Update of /cvsroot/phpwiki/phpwiki/themes/MonoBook
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30945/themes/MonoBook
Modified Files:
main.css
Log Message:
left margin error div
Index: main.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MonoBook/main.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -2 -b -p -d -r1.13 -r1.14
--- main.css 25 Jan 2007 07:42:43 -0000 1.13
+++ main.css 19 May 2007 13:32:37 -0000 1.14
@@ -20,5 +20,5 @@
}
#content {
- margin: 2.9em 0 0 12.2em;
+ margin: 2.92em 0 0 12.2em;
padding: 0 1em 1.5em 1em;
background: white;
@@ -1092,5 +1092,5 @@ li#pt-login {
z-index: 3;
background-color: #fff;
- padding: 0 1em .2em !important;
+ padding: 0 1em 0 !important;
}
#p-cactions .new a {
@@ -1100,5 +1100,6 @@ li#pt-login {
z-index: 3;
text-decoration: none;
- background-color: #fff;
+ background-color: #eee;
+ padding: 0 1em 0.2em !important;
}
#p-cactions h5 {
@@ -1621,4 +1622,7 @@ div.boxright {
}
+div#bottom {
+ margin-left: 12.2em;
+}
/* PHP Warnings */
div.errors {
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|