Commit 1f272fcc authored by Randall Leeds's avatar Randall Leeds

restore sidebar font sizes

I had accidentally screwed this up when I combined some CSS in
the past few commits.
parent eb26a9d5
...@@ -3,10 +3,9 @@ ...@@ -3,10 +3,9 @@
@import 'compass/css3/images'; @import 'compass/css3/images';
@import 'compass/utilities/color'; @import 'compass/utilities/color';
$baseFontSize: 18px;
@import 'common'; @import 'common';
body { body {
@extend .noise; @extend .noise;
font-family: $sansFontFamily; font-family: $sansFontFamily;
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
body { body {
background-color: transparent; background-color: transparent;
height: 100%; height: 100%;
font-size: .8em;
position: fixed; position: fixed;
width: 100%; width: 100%;
} }
......
...@@ -376,7 +376,7 @@ fuzzytime = ['$filter', '$window', ($filter, $window) -> ...@@ -376,7 +376,7 @@ fuzzytime = ['$filter', '$window', ($filter, $window) ->
require: '?ngModel' require: '?ngModel'
restrict: 'E' restrict: 'E'
template: '<span class="small">{{ftime | date:mediumDate}}</span>' template: '{{ftime | date:mediumDate}}'
] ]
streamviewer = [ -> streamviewer = [ ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment