More refactoring and porting to React

This commit is contained in:
Colin McLeod
2015-12-13 11:51:58 -08:00
parent 035f6b3efa
commit ab0019424f
58 changed files with 2243 additions and 2507 deletions

View File

@@ -48,11 +48,12 @@ div, a, li {
.page {
margin: 0;
padding: 0.5em 0.5em;
padding: 0.5em 0;
width: 100%;
min-height: 100%;
clear: both;
text-align: center;
box-sizing: border-box;
}
.l {
@@ -100,6 +101,10 @@ div, a, li {
-webkit-overflow-scrolling: touch;
}
.ptr {
cursor: pointer;
}
h1 {
font-family: @fTitle;
color: @primary;