]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
Forum message editor classes
[citadel.git] / webcit-ng / static / css / webcit.css
index 4867b682edc2f00af2c84fc5899f6380ac62ef0f..0a04c1c16a6e819cbe462e6ad62bcc4d2200acc7 100644 (file)
@@ -240,7 +240,6 @@ html,body,h1,h2,h3,h4,h5 {
        cursor: default;
 }
 
-
 .ctdl-avatar {
        width: 32px;
 }
@@ -292,6 +291,16 @@ html,body,h1,h2,h3,h4,h5 {
        text-decoration: none;
 }
 
+.ctdl-msg-body {
+}
+
+.ctdl-forum-editor-body {
+       padding-left: 5px;
+       padding-right: 5px;
+       padding-top: 1px black;
+       padding-bottom: 1px black;
+}
+
 blockquote {
        background-color: #f5f5f5 !important;
        color: Navy !important;