From 574c4845b711c9ebf53efb2a0fe846f5aea46e87 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 26 Sep 2014 12:34:22 +0200 Subject: move some css to the right place --- view/css/bootstrap-red.css | 12 ------------ view/css/conversation.css | 12 ++++++++++++ view/css/widgets.css | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'view') 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; } -- cgit v1.2.3