You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/01 21:03:49 UTC

svn commit: r543578 - /incubator/tuscany/site/site-publish/stylesheets/default.css

Author: lresende
Date: Fri Jun  1 12:03:48 2007
New Revision: 543578

URL: http://svn.apache.org/viewvc?view=rev&rev=543578
Log:
Updates to site stylesheets

Modified:
    incubator/tuscany/site/site-publish/stylesheets/default.css

Modified: incubator/tuscany/site/site-publish/stylesheets/default.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/stylesheets/default.css?view=diff&rev=543578&r1=543577&r2=543578
==============================================================================
--- incubator/tuscany/site/site-publish/stylesheets/default.css (original)
+++ incubator/tuscany/site/site-publish/stylesheets/default.css Fri Jun  1 12:03:48 2007
@@ -2,7 +2,7 @@
  * $Id: default.css 522548 2007-03-26 15:36:28Z hcunico $
  */
 
-body, p, td, table, tr, .bodytext, .stepfield { font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: #000000; font-weight: normal; }
+body, p, td, table, tr, .bodytext, .stepfield { font-family: Verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: #000000; font-weight: normal; margin-top: 0; }
 
 #PageContent {
     text-align: left;
@@ -30,8 +30,8 @@
 }
 
 .wiki-content p, .commentblock p {
-    margin: 16px 0px 16px 0px;
-    padding: 0px;
+    margin: 4px 0 12px;
+    padding: 0;
 }
 
 .wiki-content-preview {
@@ -422,13 +422,13 @@
     margin-top: 10px;
 }
 
-h1 { font-size: 20px; line-height: normal; font-weight: bold; background-color: #ecf4d1; color: #000; text-align: left; vertical-align: top; padding: 2px; margin: 36px 0 4px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; }
+h1 { font-size: 20px; line-height: normal; font-weight: bold; background-color: #ecf4d1; color: #000; text-align: left; vertical-align: top; padding: 2px; margin: 0 0 12px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; }
 
-h2 { font-size: 18px; line-height: normal; font-weight: bold; background-color: #ecf4d1; border-bottom: 1px solid #b4b4b5; padding: 2px; margin: 15px 0 4px; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5; list-style-image: none; list-style-position: inside; display: block; }
+h2 { font-size: 18px; line-height: normal; font-weight: bold; background-color: #ecf4d1; border-bottom: 1px solid #b4b4b5; padding: 2px; margin: 0 0 12px; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5; list-style-image: none; list-style-position: inside; display: block; }
 
-h3 { font-size: 14px; line-height: normal; font-weight: bold; background-color: #ecf4d1; padding: 2px; margin: 21px 0 4px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5  }
+h3 { font-size: 14px; line-height: normal; font-weight: bold; background-color: #ecf4d1; padding: 2px; margin: 0 0 8px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5  }
 
-h4 { font-size: 12px; line-height: normal; font-weight: bold; background-color: #ecf4d1; padding: 2px; margin: 18px 0 4px; }
+h4 { font-size: 12px; line-height: normal; font-weight: bold; background-color: #ecf4d1; padding: 2px; margin: 0 0 4px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5; }
 
 h4.search {
     font-size: 12px;
@@ -439,14 +439,7 @@
     margin: 18px 0px 4px 0px;
 }
 
-h5 {
-    font-size: 10px;
-    line-height: normal;
-    font-weight: bold;
-    background-color: #ecf4d1;
-    padding: 2px;
-    margin: 14px 0 4px;
-}
+h5 { font-size: 10px; line-height: normal; font-weight: bold; background-color: #ecf4d1; padding: 2px; margin: 0 0 4px; border-bottom: 1px solid #b4b4b5; border-left: 1px solid #b4b4b5; border-top-color: #b4b4b5; border-right-color: #b4b4b5; }
 
 h6 {
     font-size: 8px;
@@ -591,12 +584,7 @@
 
 /* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
 table.confluenceTable td.confluenceTd
-{
-    border-width: 1px;
-    border-style: solid;
-    border-color: #ccc;
-    padding: 3px 4px 3px 4px;
-}
+{ padding: 0 4px 3px; }
 
 /* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
 table.confluenceTable th.confluenceTh
@@ -610,7 +598,7 @@
 }
 
 td.confluenceTd
-{ padding: 3px 4px; }
+{ padding: 0 4px 3px; }
 
 th.confluenceTh
 {
@@ -1384,4 +1372,5 @@
     color:                 #666;
     font-size: smaller;
     text-align: right;
-}
\ No newline at end of file
+}
+element { }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org