From 61ee640627df13a597a956c9db92e9faf1ab06ae Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 16 Nov 2013 22:57:02 +0100 Subject: [PATCH] Save space on navbar and pager --- app/assets/stylesheets/my.css.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/my.css.scss b/app/assets/stylesheets/my.css.scss index 21a2c05..ba5323e 100644 --- a/app/assets/stylesheets/my.css.scss +++ b/app/assets/stylesheets/my.css.scss @@ -40,3 +40,15 @@ ul.pagination li a { margin-top: 60px; } + +/* Waste less space above and below pagers */ +.pager +{ + margin: 10px 0; +} + +/* Waste less space between/below the navbar and the main container */ +.navbar +{ + margin-bottom: 10px; +} \ No newline at end of file