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 @@
@import 'compass/css3/images';
@import 'compass/utilities/color';
$baseFontSize: 18px;
@import 'common';
body {
@extend .noise;
font-family: $sansFontFamily;
......
......@@ -10,6 +10,7 @@
body {
background-color: transparent;
height: 100%;
font-size: .8em;
position: fixed;
width: 100%;
}
......
......@@ -376,7 +376,7 @@ fuzzytime = ['$filter', '$window', ($filter, $window) ->
require: '?ngModel'
restrict: 'E'
template: '<span class="small">{{ftime | date:mediumDate}}</span>'
template: '{{ftime | date:mediumDate}}'
]
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