]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
"Forum list" is now more or less in its final form.
[citadel.git] / webcit-ng / static / css / webcit.css
index 3ab856f2cdc963b52927e5a7290b067bc0bcd294..e5d1ddc627e46ae33ff9c2f9111cc36019d36b9d 100644 (file)
@@ -155,19 +155,6 @@ blockquote pre {
        padding: 0.5vw;
        margin-bottom: 0.5vw;
        width: 100%;
-       text-align: left;
-       display: flex;
-       flex-direction: row;
-       /* justify-content: center; */
-       align-items: center;
-}
-
-.ctdl-roomlist-roomname {
-       font-size: large;
-}
-
-.ctdl-roomlist-roomname-hasnewmsgs {
-       font-weight: bold;
 }
 
 .ctdl-roomlist-roomicon {
@@ -188,3 +175,14 @@ blockquote pre {
        background-color: blue;
        color: white;
 }
+
+.ctdl-roomlist-roomname {
+       font-size: large;
+}
+
+.ctdl-roomlist-roomname-hasnewmsgs {
+       font-weight: bold;
+}
+
+.ctdl-roomlist-mtime {
+}