diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:44:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:44:23 -0700 |
commit | 7c8706757db1df0195edc64f35ca1554d04eb414 (patch) | |
tree | af881f98eff9db03eb5aedeefc03473cb03143f2 /view/css | |
parent | 3dc066a143783bbfff08a347f7a8aaa9e273e717 (diff) | |
parent | 582607c0f03375ab84fcdc046ba73292cbd589f2 (diff) | |
download | volse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.tar.gz volse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.tar.bz2 volse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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 { |