summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-06-27 11:28:09 +0200
committerAzul <azul@leap.se>2013-06-27 11:28:09 +0200
commit7fb77290c1d051527f8fb1076c17c5678ccd6a02 (patch)
tree8615c6cd1fa1f48128d04318370bd8673867ab7f /app/assets/stylesheets/application.scss
parent4f6e81a2d87bc22089536e3af48f45e8ecee68c8 (diff)
bootstrap menu now has 60 px height - adjust body padding
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss6
1 files changed, 3 insertions, 3 deletions
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;
}