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:28:24 UTC

svn commit: r801362 - in /websites/production/ooo-site: ./ content/api/docs/common/ref/idl.css

Author: wave
Date: Sat Dec 31 19:28:24 2011
New Revision: 801362

Log:
More css adjustments for the API section. Fixed dt / dd alignment issues. Fixed table alignment and margin issues.

Modified:
    websites/production/ooo-site/   (props changed)
    websites/production/ooo-site/content/api/docs/common/ref/idl.css

Propchange: websites/production/ooo-site/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 31 19:28:24 2011
@@ -1 +1 @@
-/websites/staging/ooo-site/trunk:797592-801356
+/websites/staging/ooo-site/trunk:797592-801361

Modified: websites/production/ooo-site/content/api/docs/common/ref/idl.css
==============================================================================
--- websites/production/ooo-site/content/api/docs/common/ref/idl.css (original)
+++ websites/production/ooo-site/content/api/docs/common/ref/idl.css Sat Dec 31 19:28:24 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; }
@@ -14,10 +20,15 @@ body { background-color:#ffffff; }
 	    { font-size:13pt; font-weight:bold;
 	      margin-top:3pt; margin-bottom:1pt; }
 
-#adc-idlref p, #adc-idlref dt, #adc-idlref dd, #adc-idlref pre
+#adc-idlref p, #adc-idlref pre
 	    { font-size:11pt;
 	      margin-top:3pt; margin-bottom:1pt; }
 
+#adc-idlref dd { font-size:11pt; line-height: 150%; margin: 3pt 0 1pt 30px; }
+
+#adc-idlref dt { font-size:11pt; display: inline; float: none;
+	      margin-top:3pt; margin-bottom:1pt; }
+
 #adc-idlref pre            { font-family:monospace; }
 
 #adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }
@@ -98,6 +109,8 @@ body { background-color:#ffffff; }
 
 #adc-idlref .flag-table td { border: .1pt solid #cccccc; }
 
+#adc-idlref table.table-in-method { margin: 0; }
+
 #adc-idlref .title-table td,
 #adc-idlref .table-in-method td,
 #adc-idlref .table-in-data td,