* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 14:48:53 PST 2012
+ * Date: Fri Jan 27 15:27:51 PST 2012
*/
article,
aside,
color: #999999;
text-transform: uppercase;
}
+.page-header {
+ padding-bottom: 17px;
+ margin: 18px 0;
+ border-bottom: 1px solid #eeeeee;
+}
+.page-header h1 {
+ line-height: 1;
+}
ul, ol {
padding: 0;
margin: 0 0 9px 25px;
text-transform: uppercase;
}
+// Page header
+.page-header {
+ padding-bottom: @baseLineHeight - 1;
+ margin: @baseLineHeight 0;
+ border-bottom: 1px solid @grayLighter;
+}
+.page-header h1 {
+ line-height: 1;
+}
+
+
// LISTS
// -----