You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/12/31 20:17:28 UTC

svn commit: r1226182 - /incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css

Author: wave
Date: Sat Dec 31 19:17:27 2011
New Revision: 1226182

URL: http://svn.apache.org/viewvc?rev=1226182&view=rev
Log:
Adjust the css for <a> and table margins

Modified:
    incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css

Modified: incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css?rev=1226182&r1=1226181&r2=1226182&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css (original)
+++ incubator/ooo/ooo-site/trunk/content/api/docs/common/ref/idl.css Sat Dec 31 19:17:27 2011
@@ -5,7 +5,13 @@
 
 body { background-color:#ffffff; }
 
-#adc-idlref a { text-decoration: none; }
+table tr th, table tr td {
+      padding: 4px 15px;
+}
+
+#adc-idlref a { text-decoration: none; color: #06338B;
+       	      margin: 0; padding: 0;
+}
 #adc-idlref a:link { color: #0e85cd; }
 #adc-idlref a:visited { color: #638093; }
 #adc-idlref a:active { color: #4dadea; }
@@ -103,6 +109,8 @@ body { background-color:#ffffff; }
 
 #adc-idlref .flag-table td { border: .1pt solid #cccccc; }
 
+#adc-idlref .table-in-method table { margin: 0; }
+
 #adc-idlref .title-table td,
 #adc-idlref .table-in-method td,
 #adc-idlref .table-in-data td,