You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/06/26 16:37:55 UTC

svn commit: r1354034 - /incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css

Author: rwesten
Date: Tue Jun 26 14:37:55 2012
New Revision: 1354034

URL: http://svn.apache.org/viewvc?rev=1354034&view=rev
Log:
STANBOL-647: getting the css right

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

Modified: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css?rev=1354034&r1=1354033&r2=1354034&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (original)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Tue Jun 26 14:37:55 2012
@@ -25,7 +25,11 @@ h1,h2,h3,h4,h5,h6 {
      background-color: #fff;
   }
   #logo {
+    top: 10px;
+    color: #333;
+    float: left;
     padding: 20px 3px 3px 15px;
+    position: fixed;
   }
   #navigation {
     font-size: 85%;
@@ -33,7 +37,7 @@ h1,h2,h3,h4,h5,h6 {
     float: left;
     padding: 20px 3px 3px 15px;
     position: fixed;
-    top: 10px;
+    top: 111px;
     overflow-y: auto;
   }
 }