|
From: Benjamin C. <bc...@us...> - 2001-08-07 13:49:49
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14827
Modified Files:
global.css
Log Message:
Allow for browsing bugs without logging in
Index: global.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/global.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- global.css 2000/12/23 17:07:59 1.1.1.1
+++ global.css 2001/08/07 13:49:45 1.2
@@ -123,4 +123,7 @@
#rtitlecell {
background-color: #003366;
- text-align: center; }
\ No newline at end of file
+ text-align: center; }
+
+.login-box { vertical-align: text-bottom; font-size: 10px; }
+input[type="text"].login-box { padding-top: 0.1em; padding-left: 0.2em; padding-right: 0.2em; }
\ No newline at end of file
|