diff options
author | Azul <azul@leap.se> | 2012-11-20 10:34:13 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-20 10:35:10 +0100 |
commit | 13f53593551549d8e95e382fd42a92efc170943d (patch) | |
tree | ac8ece0f627ac76a9c407a022878649e21376291 /app/assets/stylesheets | |
parent | cd743d686ade50a9b23965a99c57b8105e834ec9 (diff) |
ui tweaks to the menu
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/application.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 72c943a..3465431 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -1,2 +1,5 @@ @import "bootstrap"; +body { + padding: 40px; +} @import "bootstrap-responsive"; |