about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main')
-rw-r--r--app/assets/stylesheets/main/layout.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index b6cd25a..774ec4c 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss
@@ -1,6 +1,7 @@
1body#main-body { 1body#main-body {
2 background-color: #bfefff; 2 background-color: #bfefff;
3 height: 100%; 3 height: 100%;
4 font-family: sans-serif;
4} 5}
5 6
6#container { 7#container {