Author: wave
Date: Fri Jun 22 21:28:31 2012
New Revision: 1353034
URL: http://svn.apache.org/viewvc?rev=1353034&view=rev
Log:
adjust rightnav support
Modified:
incubator/ooo/ooo-site/trunk/content/css/ooo.css
Modified: incubator/ooo/ooo-site/trunk/content/css/ooo.css
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/css/ooo.css?rev=1353034&r1=1353033&r2=1353034&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/css/ooo.css (original)
+++ incubator/ooo/ooo-site/trunk/content/css/ooo.css Fri Jun 22 21:28:31 2012
@@ -353,14 +353,14 @@ td {
#rightnav {
border: 1px solid #e6ebed;
border-rightt: none;
- -moz-border-radius: 10px 0 0 0;
- border-radius: 10px 0 0 0;
+ -moz-border-radius: 0 0 0 10px;
+ border-radius: 0 0 0 10px;
color: #003;
float: right;
- padding: 5px 15px 15px 20px;
+ padding: 15px 20px 5px 15px;
width: 150px;
background: none repeat scroll 0 0 #f5f8fa;
- margin: 20px 12px 0 0;
+ margin: 0 0 20px 12px;
}
#rightnav img {
|