Pārlūkot izejas kodu

Merge pull request #274 from elron/patch-14

Added #inner-header,#content,#footer and more to _base.less
Eddie Machado 13 gadi atpakaļ
vecāks
revīzija
bd0ff66b6c
1 mainītis faili ar 30 papildinājumiem un 1 dzēšanām
  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 {}
+			}
+		}
+	}
 }
 
 	/*