You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/04/20 16:15:58 UTC

svn commit: r935932 - /subversion/site/publish/style/site.css

Author: cmpilato
Date: Tue Apr 20 14:15:58 2010
New Revision: 935932

URL: http://svn.apache.org/viewvc?rev=935932&view=rev
Log:
* site/publish/style/site.css
  (th): Add background color.
  (.centered): New style for centering block objects.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=935932&r1=935931&r2=935932&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Tue Apr 20 14:15:58 2010
@@ -21,6 +21,9 @@ td, th {
   font-size: 10pt;
   padding: 0.5em;
 }
+th {
+  background-color: rgb(200,210,250);
+}
 a {
   color: rgb(50,50,210);
 }
@@ -161,6 +164,10 @@ h4 {
 #site-content :target {
   background-color: #e8e8e8;
 }
+.centered {
+  margin-left: auto;
+  margin-right: auto;
+}
 .notice {
   background-color: yellow;
   margin: 0.5em 5em;