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/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/css')
-rw-r--r-- | view/css/bootstrap-red.css | 12 | ||||
-rw-r--r-- | view/css/conversation.css | 4 |
2 files changed, 0 insertions, 16 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index ba4cc08b0..21d6781f5 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,17 +1,5 @@ /* override some bootstrap settings */ -h1, h2 { - font-size: 1.583em; -} - -h3, h4 { - font-size: 1.334em; -} - -h5, h6 { - font-size: 0.75rem; -} - /* nav overrides */ nav .badge { diff --git a/view/css/conversation.css b/view/css/conversation.css index 80b5de250..7b0d87030 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -111,10 +111,6 @@ font-size: 1.319em; } -.wall-item-title { - font-size: $font_size; -} - .wall-item-title h3, .wall-item-content h3, .wall-item-content h4 { font-size: 1.112em; } |