Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerring committed Feb 3, 2013
1 parent d580f34 commit 476867f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion public/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ header {
left:0;
top:0;
height:71px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
border-bottom:4px solid #41736d;
width:100%;
h1 {
.grid(6);
span {
color:red;
}
}
}

//Your app stuff goes here
Expand All @@ -38,6 +49,7 @@ header {
box-sizing:border-box;
-moz-box-sizing:border-box;
padding:5px;
z-index:4;
#leg-layer {
input {
margin-right:10px;
Expand All @@ -52,7 +64,7 @@ header {

#splash {
position: absolute;
top:120px;
top:71px;
bottom:0;
left:0;
right:0;
Expand Down
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h1>App template is GO!</h1>
<h1>THE COST OF <br />VOTER <span>APATHY</span></h1>

0 comments on commit 476867f

Please sign in to comment.