Skip to content
Snippets Groups Projects
Commit e8bf9f2c authored by Imran Hussain's avatar Imran Hussain
Browse files

Just becuase it's smart enough to ctach my mistakes doesn't mean I should be making them

parent 619955d5
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,11 @@
#header {
height: 66px;
position: relative;
#background: linear-gradient(to bottom left, #f80, #f40);
@include background-image(linear-gradient(to bottom left, #f80, #f40));
}
@import "logo.scss";
@import "_logo.scss";
@import "menu.scss";
@import "_menu.scss";
@import "_user-area.scss";
\ No newline at end of file
......@@ -2,9 +2,7 @@
@import "compass/support";
body {
#background: linear-gradient(#f80,#f40);
background: #E9EAED;
#width: 98%;
font-family: Arial;
margin: 0px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment