[Lxr-commits] CVS: lxr/templates lxr.css,1.18,1.19
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-12-02 10:54:12
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1606/templates Modified Files: lxr.css Log Message: lxr.css, html-head-*.html: new CSS style attic Give a button appearance to the "Attic" link Index: lxr.css =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.css,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- lxr.css 29 Nov 2013 15:44:56 -0000 1.18 +++ lxr.css 2 Dec 2013 10:54:09 -0000 1.19 @@ -33,6 +33,7 @@ , .lxrdesc , SELECT , A.cvsweb +, A.cvsattic , TD.identline , TD.searchline { font-family: "Gill Sans", Helvetica, Arial, sans @@ -155,6 +156,15 @@ ; text-align: center } +/* Attic view switch */ + TD.cvsattic + /* definition similar to cvsweb */ +{ border-width: medium +; border-style: outset +; border-color: #aaaaaa +; background-color: #eeeeee +} + .footer P , .footer ADDRESS { padding: 0 @@ -422,10 +432,11 @@ /* link to cvslog */ A.cvsweb { border-width: medium -; border-style: ridge +; border-style: outset +; border-color: #aaaaaa ; background-color: #eeeeee ; padding: 0 0.54cm 0 0.54cm -; color: black +; color: blue } /* most recent addition to file */ |