diff --git a/app/assets/stylesheets/specific/tags.css.scss b/app/assets/stylesheets/specific/tags.css.scss new file mode 100644 index 000000000..80dc62317 --- /dev/null +++ b/app/assets/stylesheets/specific/tags.css.scss @@ -0,0 +1,13 @@ +div#c-tags { + div#a-index { + td:nth-child(1), th:nth-child(1) { + width: 5em; + text-align: right; + } + + td:nth-child(2), th:nth-child(2) { + padding-left: 1em; + width: 40em; + } + } +} \ No newline at end of file diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 9ab0e80cc..5be86bd1c 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -1,6 +1,6 @@