diff options
author | marijus <mario@mariovavti.com> | 2014-09-26 12:34:22 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-26 12:34:22 +0200 |
commit | 574c4845b711c9ebf53efb2a0fe846f5aea46e87 (patch) | |
tree | f1fce3898b757e3a29e928cc1afe724edb620471 | |
parent | b948ab595592e4a43f684a49dc681a755f8c8673 (diff) | |
download | volse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.tar.gz volse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.tar.bz2 volse-hubzilla-574c4845b711c9ebf53efb2a0fe846f5aea46e87.zip |
move some css to the right place
-rw-r--r-- | view/css/bootstrap-red.css | 12 | ||||
-rw-r--r-- | view/css/conversation.css | 12 | ||||
-rw-r--r-- | view/css/widgets.css | 1 |
3 files changed, 13 insertions, 12 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5a7b82f50..0c004ee05 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -12,18 +12,6 @@ h5, h6 { font-size: 0.75rem; } -.wall-item-content h1, .wall-item-content h2 { - 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; -} - /* nav overrides */ nav .badge { diff --git a/view/css/conversation.css b/view/css/conversation.css index c7b381928..80b5de250 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -107,6 +107,18 @@ overflow: auto; } +.wall-item-content h1, .wall-item-content h2 { + 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; +} + .wall-item-content img { max-width: 95%; } diff --git a/view/css/widgets.css b/view/css/widgets.css index bcd52cfee..96b4c1d60 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -2,6 +2,7 @@ /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ .widget { + word-wrap: break-word; margin-bottom: 10px; padding: 10px 10px 10px 20px; } |