vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.0.24 vs vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.0.25
- old
+ new
@@ -16,11 +16,11 @@
background: none;
text-decoration: none;
}
body {
- background: #E3E4E5;
+ background: #3B3D43;
height: 100%;
width: 100%;
position: absolute;
color: #444;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
@@ -120,9 +120,12 @@
}
#main {
width: 84%;
margin: 0px;
+ background: #E3E4E5;
+ min-height: 100%;
+
#header {
position: relative;
z-index: 1000;
@include box-shadow(rgba(0, 0, 0, 0.3) 0px 2px 3px);
height: 50px;
\ No newline at end of file