From e74d7541c4f0b9705ad3e5d90c49517601e38f98 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 23 Apr 2012 19:22:34 +0200 Subject: [PATCH] Improved pagination spacing. --- app/assets/stylesheets/zzz.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 80c22f6e4..35cd7f629 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -22,6 +22,15 @@ body { -moz-border-radius: 3px; border-radius: 3px; } +/* improved spacing */ +.pagination { + margin: 0px 0px; +} +.pagination a { + padding: 0px 10px; + line-height: 26px; +} + /* replace music icon with attachment */ .icon-attachment { background-position: -24px 0;