Add page layout

Include example page
This commit is contained in:
=
2012-07-14 12:04:44 -04:00
parent 85c73c72f7
commit 7e284d8d7b
6 changed files with 100 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
clear: both;
}
}
.interior-site-content{
.pad;
}
.top{
background: #333;
display: inline-block;

View File

@@ -3,7 +3,7 @@
z-index: 1;
text-align: center;
}
h1.site-title{
.site-title{
.mbn;
font-family: 'Alfa Slab One';
font-size: @baseline * 4;
@@ -25,3 +25,18 @@ h1.site-title{
.fork-me{
z-index: 2;
}
.interior-site-header{
background: #EEE;
.inner-shadow(fade(#000, 7%) 0 0 40px);
.pas;
text-align: center;
.site-title{
font-size: @baseline * 2;
line-height: @baseline * 2 !important;
}
.site-slogan{
.mbs;
}
}