Revision: 8698
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8698&view=rev
Author: vargenau
Date: 2012-12-29 10:11:38 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
Optimize padding
Modified Paths:
--------------
trunk/themes/default/phpwiki-topbottombars.css
Modified: trunk/themes/default/phpwiki-topbottombars.css
===================================================================
--- trunk/themes/default/phpwiki-topbottombars.css 2012-12-27 19:31:09 UTC (rev 8697)
+++ trunk/themes/default/phpwiki-topbottombars.css 2012-12-29 10:11:38 UTC (rev 8698)
@@ -16,14 +16,10 @@
div#header, div#footer {
background: #FFFFF0; /* ivory */
margin: 0;
- padding: 0;
position: fixed;
left: 0;
right: 0;
- padding-top: 1ex;
- padding-bottom: 1ex;
- padding-left: 1em;
- padding-right: 1em;
+ padding: 1ex 1em;
}
hr.toolbar {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|