Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <drakmar@us...> - 2004-02-21 10:54:36
|
Update of /cvsroot/sharpcvslib/sharpcvslib/doc/style/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20584/doc/style/css Modified Files: Tag: Release_0_35_branch main.css Log Message: Updated site docs. Index: main.css =================================================================== RCS file: /cvsroot/sharpcvslib/sharpcvslib/doc/style/css/Attic/main.css,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** main.css 21 Feb 2004 09:19:05 -0000 1.1.2.1 --- main.css 21 Feb 2004 10:42:48 -0000 1.1.2.2 *************** *** 51,52 **** --- 51,72 ---- a:visited{color: Olive;} a:link{color:Silver;} + + .new-news-hook { + color:red; + } + + .new-news { + font-weight:bold; + font-style:italic; + font-size: large; + } + + .old-news-hook { + color:orange; + } + + .old-news { + font-weight:bold; + font-style:italic; + font-size:small; + } \ No newline at end of file |