]> arthur.barton.de Git - ngircd-web.git/commitdiff
Added new "Security" class.
authorAlexander Barton <alex@barton.de>
Wed, 26 Jan 2005 22:57:35 +0000 (22:57 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 26 Jan 2005 22:57:35 +0000 (22:57 +0000)
style.css

index 0495fd48e9dc55749cdf02e7060735950fb39c33..cb9f121024f18546411710382b2620cc6f3cf4ba 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,9 @@
-/* style.css for http://arthur.ath.cx/~alex/ */
-/* last changes: 2002-05-20, alex@arthur.ath.cx */
+/*
+ * Cascading Style Sheet for ngIRCd homepage
+ * http://arthur.ath.cx/~alex/ngircd/
+ *
+ * $Id$
+ */
 
 BODY {
        background-color: white;
@@ -35,4 +39,11 @@ SMALL { line-height: 1; }
        border: 1px dotted silver;
 }
 
+.Security {
+       padding: 1px;
+       border: 1px dotted silver;
+       color: black;
+       background: #fdd;
+}
+
 /* -eof- */