diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:46:21 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:46:21 -0700 |
commit | 74827133b29138b9209131a0ec192cd00aff4b19 (patch) | |
tree | fae66745f0614cb913d2d85d117722987137a6d6 /view/css | |
parent | 43251ed8ce8a59472686321b8faa2b352928d239 (diff) | |
parent | 7c8706757db1df0195edc64f35ca1554d04eb414 (diff) | |
download | volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.tar.gz volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.tar.bz2 volse-hubzilla-74827133b29138b9209131a0ec192cd00aff4b19.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts:
util/messages.po
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 7d4930aac..e409cf4cf 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -122,12 +122,15 @@ a.wall-item-name-link { overflow: auto; } -.wall-item-content h1, .wall-item-content h2 { - font-size: 1.319em; +.wall-item-content h1, +.wall-item-content h2 { + font-size: 1.319em; } -.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 { - font-size: 1.112em; +.wall-item-title h3, +.wall-item-content h3, +.wall-item-content h4 { + font-size: 1.112em; } .wall-item-content img { |