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;