Update of /cvsroot/phpcvsview/phpcvsview/Themes/Green
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22536/Themes/Green
Modified Files:
theme.css
Log Message:
- added class for language dropdown
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Green/theme.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** theme.css 23 Jan 2005 04:18:57 -0000 1.1
--- theme.css 1 Feb 2005 15:04:24 -0000 1.2
***************
*** 55,58 ****
--- 55,65 ----
margin: 0px;
}
+ .langchanger
+ {
+ font-size: 8pt;
+ text-align: left;
+ padding: 0px;
+ margin: 0px;
+ }
.title
{
|