You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2011/01/12 15:56:52 UTC

svn commit: r1058161 - /incubator/jena/site/trunk/content/jena/css/jena.css

Author: ijd
Date: Wed Jan 12 14:56:52 2011
New Revision: 1058161

URL: http://svn.apache.org/viewvc?rev=1058161&view=rev
Log:
CSS styling updates

Modified:
    incubator/jena/site/trunk/content/jena/css/jena.css

Modified: incubator/jena/site/trunk/content/jena/css/jena.css
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/css/jena.css?rev=1058161&r1=1058160&r2=1058161&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/css/jena.css (original)
+++ incubator/jena/site/trunk/content/jena/css/jena.css Wed Jan 12 14:56:52 2011
@@ -27,7 +27,7 @@ h1,h2,h3,h4,h5,h6 {
  margin-top: 15px;
  margin-left: 200px;
  margin-right: 200px;
- padding: 0 30px 40px;
+ padding: 0 8px 40px;
  color: black;
  background: white;
 }
@@ -37,7 +37,7 @@ h1,h2,h3,h4,h5,h6 {
   border-bottom: 1px solid #ffdaae;
   font-weight: normal;
   margin:0 0 15px;
-  padding:25px 0 10px;
+  padding: 10px 0 10px;
 }
 
 #content h1 {
@@ -45,6 +45,7 @@ h1,h2,h3,h4,h5,h6 {
   border: 1px solid #ffdaae;
   -moz-border-radius: 10px;
   border-radius: 10px;
+  padding: 15px;
 }
 
 #content h2 {
@@ -70,7 +71,6 @@ h1,h2,h3,h4,h5,h6 {
   background: white;
   margin-left: 10px;
   margin-right: 10px;
-  margin-top: 10px;
 }
 
 #navigation img {
@@ -85,8 +85,8 @@ h1,h2,h3,h4,h5,h6 {
   font-size: 1.1em;
   padding: 0;
   margin-top: 0.5em;
-  margin-bottom: 0;
-  border-bottom: 1px solid #3487ef;
+  margin-bottom: 0.1em;
+  border-bottom: 1px dotted #3487ef;
 }
 
 #navigation ul {
@@ -125,14 +125,6 @@ h1,h2,h3,h4,h5,h6 {
  background-color:#b0b0b0;
   color:#336;
   font-size: 80%;
-  padding: 10px 30px;
-}
-
-#footer a, #footer a:visited {
-  color: #af8f66;
-  text-decoration: none;
+  padding: 0 8px;
 }
 
-#footer a:hover {
-  color: #dcb27e;
-}