diff options
author | marijus <mario@mariovavti.com> | 2014-09-27 15:41:49 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-27 15:41:49 +0200 |
commit | 38605eefdd10591f22ec6e1145924755bd22fefa (patch) | |
tree | 19ffad43b529fd20390508e4b8923905f86b5049 /view/theme/redbasic/css | |
parent | 04e460c8f8915be3b7911bf0b9c9c0bcd8703e25 (diff) | |
download | volse-hubzilla-38605eefdd10591f22ec6e1145924755bd22fefa.tar.gz volse-hubzilla-38605eefdd10591f22ec6e1145924755bd22fefa.tar.bz2 volse-hubzilla-38605eefdd10591f22ec6e1145924755bd22fefa.zip |
more css shifting
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c908b9fc8..8841260e3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -23,6 +23,19 @@ body { margin: 0px; height: 100%; } + +h1, h2 { + font-size: 1.583em; +} + +h3, h4 { + font-size: 1.334em; +} + +h5, h6 { + font-size: 0.75rem; +} + .jslider { font-family: arial,freesans,sans-serif; } @@ -1966,6 +1979,10 @@ img.mail-list-sender-photo { /* conversation */ +.wall-item-title { + font-size: $font_size; +} + .hide-comments-outer, .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { |