From: Mutwin K. <mu...@us...> - 2004-10-15 11:49:29
|
Update of /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP lite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29539/layout/FUCKUP lite Modified Files: default.css index.htm Log Message: 1.0RC1 fixes Index: index.htm =================================================================== RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP lite/index.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.htm 13 Oct 2004 20:28:30 -0000 1.1.1.1 --- index.htm 15 Oct 2004 11:49:05 -0000 1.2 *************** *** 10,14 **** <div class="caption">[WikiVar: "WIKI_LINKS"]</div> <div class="body"> ! [Wikiuserpage: "menu"]<hr> [WikiElement: "login_menu"] [WikiElement: "revision_chooser_js"] --- 10,14 ---- <div class="caption">[WikiVar: "WIKI_LINKS"]</div> <div class="body"> ! [Wikiuserpage: "menu"]<hr /> [WikiElement: "login_menu"] [WikiElement: "revision_chooser_js"] Index: default.css =================================================================== RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP lite/default.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** default.css 13 Oct 2004 20:28:30 -0000 1.1.1.1 --- default.css 15 Oct 2004 11:49:05 -0000 1.2 *************** *** 121,126 **** padding-right: 10px; padding-left: 10px; text-align: right; - vertical-align: center; color: #777777; font: 11px/25px tahoma,arial,helvetica; --- 121,126 ---- padding-right: 10px; padding-left: 10px; + padding-top: 1px; text-align: right; color: #777777; font: 11px/25px tahoma,arial,helvetica; *************** *** 140,144 **** .Logos {text-align: center;} ! .new_change { background-color: #00FF00; } /*=========================== LAYOUT END ===================================*/ --- 140,144 ---- .Logos {text-align: center;} ! .new_change { background-color: #00DD00; } /*=========================== LAYOUT END ===================================*/ |