Skip to content

Commit

Permalink
whitespace and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
tdresser committed Mar 13, 2014
1 parent 43c07eb commit 4c42869
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,40 @@
html, body, polymer-p2r {
height:100%;
overflow:hidden;
margin:0;
}


polymer-p2r[unresolved] {
opacity: 0;
transition: opacity 5s;
opacity: 0;
transition: opacity 5s;
}

polymer-p2r {
opacity: 1;
opacity: 1;
}

.row {
height: 55px;
width: 100%;
height: 55px;
width: 100%;
}

.even {
background-color: lightblue;
background-color: lightblue;
}

.odd {
background-color: white;
background-color: white;
}

polymer-p2r .header-div {
background-color: lightgrey;
-moz-box-sizing: border-box;
box-sizing: border-box;
height:100px;
text-align:center;
padding-top:50px;
width: 100%;
background-color: lightgrey;
-moz-box-sizing: border-box;
box-sizing: border-box;
height:100px;
text-align:center;
padding-top:50px;
width: 100%;
}

polymer-p2r .header-div::after {
Expand Down

0 comments on commit 4c42869

Please sign in to comment.