X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fstyles%2Fwebcit.css;h=8cc2f23396dcdb368859bfe40939b9bc7a02574f;hb=2993a1dc1eb0a043c3ebeff83cf6f9cfad8adb93;hp=2089edafde16d247cbcbea4f572576fbf6edd509;hpb=a629da83391d58813cc962f6c52d991868b10e3a;p=citadel.git diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 2089edafd..8cc2f2339 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -1217,3 +1217,18 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event } /*---------- bubble tooltips end -----------*/ + + +.blog_comment { + border: 1px solid grey; + margin-top: 2px; + margin-bottom: 2px; + margin-left: 5%; + margin-right: 1%; +} + +.blog_comment_header { + margin-bottom: 1em; + font-size: 100%; + font-style: italic; +}