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