|
From: Benjamin C. <bc...@us...> - 2001-10-30 04:04:41
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv12493
Modified Files:
css.php
Log Message:
Some changes for the web installation
Index: css.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/css.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- css.php 2001/10/10 04:40:47 1.2
+++ css.php 2001/10/30 04:04:38 1.3
@@ -137,3 +137,17 @@
padding-left: 0.2em;
padding-right: 0.2em;
}
+
+.banner {
+ text-align: center;
+ font-weight: bold;
+ padding: 1.5em;
+ font-size: 16px;
+}
+
+.error {
+ text-align: center;
+ font-weight: bold;
+ color: #ff0000;
+ padding-bottom: 0.1em;
+ }
|