diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 39 | ||||
-rw-r--r-- | view/css/widgets.css | 1 |
2 files changed, 17 insertions, 23 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index a382a42b3..5a7b82f50 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,37 +1,27 @@ /* override some bootstrap settings */ -html { - font-size: 100%; +h1, h2 { + font-size: 1.583em; } -h1, -.h1 { - font-size: 24px; +h3, h4 { + font-size: 1.334em; } -h2, -.h2 { - font-size: 18px; +h5, h6 { + font-size: 0.75rem; } -h3, -.h3 { - font-size: 16px; +.wall-item-content h1, .wall-item-content h2 { + font-size: 1.319em; } -h4, -.h4 { - font-size: 14px; +.wall-item-title { + font-size: $font_size; } -h5, -.h5 { - font-size: 12px; -} - -h6, -.h6 { - font-size: 10px; +.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 { + font-size: 1.112em; } /* nav overrides */ @@ -96,3 +86,8 @@ nav .navbar-collapse .navbar-right { code { white-space: normal; } + + +blockquote { + font-size: 1em; +} diff --git a/view/css/widgets.css b/view/css/widgets.css index 8bf5a9e97..bcd52cfee 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -9,7 +9,6 @@ .widget h3 { margin-left: -10px; margin-top: 0px; - margin-bottom: 10px; } /* suggest */ |