[SUCS Devel] site r695 - branches/imranh-redesign/sass

imranh at sucs.org imranh at sucs.org
Thu Apr 23 09:00:12 BST 2015


Author: imranh
Date: 2015-04-23 09:00:04 +0100 (Thu, 23 Apr 2015)
New Revision: 695

Modified:
   branches/imranh-redesign/sass/_header.scss
   branches/imranh-redesign/sass/main.scss
Log:
Just becuase it's smart enough to ctach my mistakes doesn't mean I should be making them

Modified: branches/imranh-redesign/sass/_header.scss
===================================================================
--- branches/imranh-redesign/sass/_header.scss	2015-04-23 07:52:55 UTC (rev 694)
+++ branches/imranh-redesign/sass/_header.scss	2015-04-23 08:00:04 UTC (rev 695)
@@ -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));
 }
 
- at import "logo.scss";
+ at import "_logo.scss";
 
- at import "menu.scss";
+ at import "_menu.scss";
 
 @import "_user-area.scss";
\ No newline at end of file

Modified: branches/imranh-redesign/sass/main.scss
===================================================================
--- branches/imranh-redesign/sass/main.scss	2015-04-23 07:52:55 UTC (rev 694)
+++ branches/imranh-redesign/sass/main.scss	2015-04-23 08:00:04 UTC (rev 695)
@@ -2,9 +2,7 @@
 @import "compass/support";
 
 body {
-	#background: linear-gradient(#f80,#f40);
 	background: #E9EAED;
-	#width: 98%;
 	font-family: Arial;
 	margin: 0px;
 }




More information about the Devel mailing list