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 22:27:16 UTC

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

Author: wave
Date: Sat Dec 31 21:27:15 2011
New Revision: 801371

Log:
Links are now red and underlined too. Titles and subs are bold white on blue.

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 21:27:15 2011
@@ -1 +1 @@
-/websites/staging/ooo-site/trunk:797592-801361
+/websites/staging/ooo-site/trunk:797592-801369

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 21:27:15 2011
@@ -12,8 +12,8 @@ table tr th, table tr td {
 #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:link { color: red; text-decoration: underline; }
+#adc-idlref a:visited { color: red; }
 #adc-idlref a:active { color: #4dadea; }
 
 #adc-idlref h3
@@ -36,13 +36,14 @@ table tr th, table tr td {
 #adc-idlref td             { font-size:11pt; }
 #adc-idlref td.title
 	    { font-family: Arial; font-size:19pt; font-weight:bold;
+	      color: white;
 	      line-height:30pt;
 	      background-image:url(../../images/bg_table.png);
 	      text-align:center; }
 
 #adc-idlref td.subtitle
 	    { font-family: Arial; font-size:13pt; font-weight:bold;
-	      color: black;
+	      color: white;
 	      line-height:20pt;
 	      background-image:url(../../images/bg_table.png); }