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

svn commit: r823297 - in /websites/staging/stanbol/trunk/content: ./ stanbol/css/stanbol.css

Author: buildbot
Date: Tue Jun 26 14:38:00 2012
New Revision: 823297

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 26 14:38:00 2012
@@ -1 +1 @@
-1354033
+1354034

Modified: websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css (original)
+++ websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css Tue Jun 26 14:38:00 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;
   }
 }