From: Alexander Barton Date: Wed, 26 Jan 2005 22:57:35 +0000 (+0000) Subject: Added new "Security" class. X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=55ce7a25a71726ecb3cffecdddad53a0ed731569;p=ngircd-web.git Added new "Security" class. --- diff --git a/style.css b/style.css index 0495fd4..cb9f121 100644 --- 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- */