[phpwebapp-commits] CVS: web_app/webobjects/tabs tabs1.css,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 10:54:21
|
Update of /cvsroot/phpwebapp/web_app/webobjects/tabs In directory sc8-pr-cvs1:/tmp/cvs-serv5996/webobjects/tabs Modified Files: tabs1.css Log Message: changed some styles Index: tabs1.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/tabs/tabs1.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tabs1.css 16 Jul 2003 09:27:59 -0000 1.2 --- tabs1.css 20 Aug 2003 07:00:47 -0000 1.3 *************** *** 2,12 **** { display: block; - font-family: sans-serif; margin: 0; ! padding: 3px; ! color: rgb(0,0,127); ! background-color: #eecccc; ! text-transform: none; ! text-decoration: none; } --- 2,14 ---- { display: block; margin: 0; ! padding: 2px; ! font-family: arial, helvetica, sans-se; ! font-size: 10pt; ! font-weight: bold; ! color: #000066; ! background-color: #ffeedd; ! border: solid 1px #ffdfaf; ! border-bottom: solid 1px #ffe6d6; } *************** *** 14,31 **** { display: block; - font-family: sans-serif; margin: 0; padding: 3px; ! color: rgb(0,0,0); ! background-color: #ffaaaa; ! text-transform: none; ! text-decoration: none; } .tabs1-item a:hover { ! border: solid 1px #ffaaaa; ! border-bottom: solid 1px #eecccc; padding: 2px; } --- 16,35 ---- { display: block; margin: 0; padding: 3px; ! font-family: arial, helvetica, sans-se; ! font-size: 10pt; ! font-weight: bold; ! color: #660000; ! background-color: #ffddaa; } .tabs1-item a:hover { ! background-color: #ffe6d6; ! border: solid 1px #ffccaa; ! border-bottom: solid 1px #ffe6d6; padding: 2px; + color: #000099; } |