ソースを参照

Added #inner-header,content,footer and more

I Had to add these manually every time... not anymore :)
elron 13 年 前
コミット
688882f26e
1 ファイル変更30 行追加1 行削除
  1. 30 1
      library/less/_base.less

+ 30 - 1
library/less/_base.less

@@ -169,10 +169,24 @@ h5, .h5 {
 06. HEADER SYTLES
 *********************/
 
-.header {}
+.header {
+	#inner-header {}
 
 	#logo {}
 
+	nav {
+		ul.nav {
+			li {
+				a {}
+
+				&:first-child {}
+
+				&:last-child {}
+			}
+		}
+	}
+}
+
 /*********************
 07. NAVIGATION STYLES
 *********************/
@@ -263,6 +277,8 @@ and more scalable.
 
 #content {
 	margin-top: 2.2em;
+
+	#inner-content {}
 }
 
 		.hentry {
@@ -829,6 +845,19 @@ and more scalable.
 
 .footer {
 	clear: both;
+	#inner-footer {
+	}
+	nav {
+		ul.nav {
+			li {
+				a {}
+
+				&:first-child {}
+
+				&:last-child {}
+			}
+		}
+	}
 }
 
 	/*