[Openupload-svn-update] SF.net SVN: openupload:[84] trunk/www/templates/default/main.css
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-27 10:38:38
|
Revision: 84
http://openupload.svn.sourceforge.net/openupload/?rev=84&view=rev
Author: tsdogs
Date: 2008-10-27 10:34:11 +0000 (Mon, 27 Oct 2008)
Log Message:
-----------
fix css typo
Modified Paths:
--------------
trunk/www/templates/default/main.css
Modified: trunk/www/templates/default/main.css
===================================================================
--- trunk/www/templates/default/main.css 2008-10-24 14:54:51 UTC (rev 83)
+++ trunk/www/templates/default/main.css 2008-10-27 10:34:11 UTC (rev 84)
@@ -60,7 +60,7 @@
}
#wrapper {
clear: both;
- maring: 0 auto;
+ margin: 0 auto;
text-align: center;
padding-top: 50px;
}
@@ -169,11 +169,11 @@
padding: 2px;
background-color: #fafafa;
text-align: center;
- vertical-align: center;
+ vertical-align: middle;
}
#dbtable #row2 {
padding: 2px;
background-color: #ededed;
text-align: center;
- vertical-align: center;
+ vertical-align: middle;
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|