|
From: Benjamin C. <bc...@us...> - 2001-08-10 13:51:10
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv24865
Modified Files:
global.css
Log Message:
Minor tweaks
Index: global.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/global.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global.css 2001/08/08 04:27:33 1.3
+++ global.css 2001/08/10 13:51:06 1.4
@@ -26,6 +26,15 @@
input {
font-size: 12px;
}
+
+input[type="file"] {
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
+ }
+
+input[type="submit"] {
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ }
textarea {
font-size: 12px;
|