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/07/20 16:32:43 UTC

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

Author: ijd
Date: Wed Jul 20 14:32:42 2011
New Revision: 1148791

URL: http://svn.apache.org/viewvc?rev=1148791&view=rev
Log:
Tweaked CSS to better support narrow browser windows

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=1148791&r1=1148790&r2=1148791&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/css/jena.css (original)
+++ incubator/jena/site/trunk/content/jena/css/jena.css Wed Jul 20 14:32:42 2011
@@ -26,7 +26,7 @@ h1,h2,h3,h4,h5,h6 {
 #content {
  margin-top: 22px;
  margin-left: 200px;
- margin-right: 200px;
+ margin-right: 20px;
  padding: 0 0 40px;
  color: black;
  background: white;
@@ -194,7 +194,7 @@ dt {
 
 /* tabs */
 #topmenu {
-  font-size: 11pt;
+  font-size: 10pt;
   line-height: 20px;
   margin-top: 0.5em;
   padding-top: .6em;
@@ -242,7 +242,7 @@ dt {
 
 #titleblock {
   margin-left: 200px;
-  margin-right: 200px;
+  margin-right: 20px;
 }
 
 #header h1 {