removed /m/ codepath, added mobile override stylesheet

This commit is contained in:
albert
2011-11-14 17:55:53 -05:00
parent eb58773089
commit 99a48dc242
16 changed files with 56 additions and 303 deletions

View File

@@ -0,0 +1,16 @@
@import "../common/000_vars.css.scss";
header#top {
h1 {
font-size: 2.5em;
margin: 5px 30px 0 30px;
}
menu {
font-size: $h2_size;
li.nonessential {
display: none;
}
}
}