From 054c7795a7b6b6479705eac1cee78af5a47d471d Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 15 Oct 2011 16:42:16 -0400 Subject: [PATCH] style tweaks for tag listing --- app/assets/stylesheets/specific/tags.css.scss | 13 +++++++++++++ app/views/tags/index.html.erb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 app/assets/stylesheets/specific/tags.css.scss 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 @@
- +
Count