diff options
author | Azul <azul@leap.se> | 2012-11-20 10:34:13 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-20 10:34:13 +0100 |
commit | 60bb7b4522148d4c426ff2073bf54beefa4041d4 (patch) | |
tree | b8d3cf7ad7ecbac34a4af9857515c10be752f847 /app/assets | |
parent | 347eb4b20cbe740485dd9d1d7220c01eef659920 (diff) |
ui tweaks to the menu
Diffstat (limited to 'app/assets')
-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"; |