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 18:57:13 UTC

svn commit: r1354109 - in /incubator/stanbol/site/trunk: content/stanbol/css/stanbol.css templates/skeleton.html

Author: rwesten
Date: Tue Jun 26 16:57:12 2012
New Revision: 1354109

URL: http://svn.apache.org/viewvc?rev=1354109&view=rev
Log:
STANBOL-647: next attemp for fixing the css

Modified:
    incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
    incubator/stanbol/site/trunk/templates/skeleton.html

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=1354109&r1=1354108&r2=1354109&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (original)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Tue Jun 26 16:57:12 2012
@@ -24,12 +24,6 @@ h1,h2,h3,h4,h5,h6 {
      padding: 0 30px 40px;
      background-color: #fff;
   }
-  #left {
-    top: 0px;
-    padding: 0px 0px 0px 0px;
-    position: fixed;
-    height: 100%;
-  }
   #logo {
     top: 10px;
     color: #333;
@@ -41,10 +35,11 @@ h1,h2,h3,h4,h5,h6 {
     font-size: 85%;
     color: #333;
     float: left;
-    padding: 20px 3px 3px 15px;
+    padding: 0px 3px 3px 15px;
     position: fixed;
-    top: 111px;
+    top: 131px;
     overflow-y: auto;
+    bottom: 5px;
   }
 }
 @media print 
@@ -52,9 +47,6 @@ h1,h2,h3,h4,h5,h6 {
   #content {
     background-color: #fff;
   }
-  #left {
-    display: none;
-  }
   #logo {
     display: none;
   }

Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1354109&r1=1354108&r2=1354109&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Tue Jun 26 16:57:12 2012
@@ -38,12 +38,10 @@
 </head>
 
 <body>
-  <div id="left"> <!-- just to get the screen size right -->
-      <div id="logo"> <!-- do not scroll the logo -->
-      <a href="/stanbol/index.html"><img alt="Apache Stanbol" width="220" height="101" border="0" src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/></a></div>
-      <div id="navigation"> <!-- but auto scroll the menue -->
-          {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-      </div>
+  <div id="logo"> <!-- do not scroll the logo -->
+  <a href="/stanbol/index.html"><img alt="Apache Stanbol" width="220" height="101" border="0" src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/></a></div>
+  <div id="navigation"> <!-- but auto scroll the menue -->
+      {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
   </div>
   <div id="content">
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>