diff options
Diffstat (limited to 'media/sass/mobile.sass')
-rw-r--r-- | media/sass/mobile.sass | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/media/sass/mobile.sass b/media/sass/mobile.sass new file mode 100644 index 0000000..b46141f --- /dev/null +++ b/media/sass/mobile.sass @@ -0,0 +1,58 @@ +@import _reset.sass +@import _mixins.sass + +body + width: 100% +a + color= !luxagraf_orange + text-decoration: none + +.clearfix + clear: both +header + hgroup + margin: 0 + h1,h2 + +sm-sans + display: inline + + a + color= !luxagraf_brown + h2 + font-size: 90% + nav + margin-top: 10px + li + display: block + float: left + +sm-sans + font-size: 10px + text-transform: uppercase + margin: 0 3px + li#stories + margin-left: 0 + +footer + +sm-sans + font-size: 80% + p + float: left + margin: 0 + + nav + display: block + clear: both + font-size: 10px + text-transform: uppercase + li + float: left + margin: 0 3px + li#rss + margin-left: 0 + section#view-options + clear: both + margin-top: 10px + ul + float: left + li + color: #999
\ No newline at end of file |