From 7fb77290c1d051527f8fb1076c17c5678ccd6a02 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Jun 2013 11:28:09 +0200 Subject: bootstrap menu now has 60 px height - adjust body padding --- app/assets/stylesheets/application.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 3e1b42c..25e854e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -10,10 +10,10 @@ // import bootstrap. // @import "bootstrap"; -body { - padding: 40px; -} +body { padding-top: 60px; } + @import "bootstrap-responsive"; + table.table-hover .btn { opacity: 0; } -- cgit v1.2.3