]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Warn when JavaScript is enabled. TODO: localization of new string ... why doesn...
[citadel.git] / webcit / static / webcit.css
index d75ab0e1c9bb768c0361ede0be8b569b050e49a2..ae4fb84eece0ea9d0b4bb295ede08018ecf19177 100644 (file)
@@ -1578,3 +1578,11 @@ li.event_unread span, a.event_read_title {
        font-size: 110%;
        text-align: center;
 }
+
+#noscript_warning {
+       position: fixed;
+       top: 0;
+       left: 0;
+       background-color: #FF0000;
+       color: #FFFFFF;
+}