[SCM] Website for Isaac project branch, ikiwiki, updated. 59ad0015619f6d3d214835a950c79b1bcf0107fd

Mildred Ki'Lya silkensedai at online.fr
Sun Sep 20 17:46:08 UTC 2009


The following commit has been merged in the ikiwiki branch:
commit 5b4ce1e1a2852f74dda38107360e588e051f8a64
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sun Sep 20 13:09:47 2009 +0200

    update CSS style

diff --git a/local.css b/local.css
index 6e773dc..6ab6132 100644
--- a/local.css
+++ b/local.css
@@ -16,8 +16,10 @@ body {
   background-color: white;
 }
 
+
 .pageheader {
   /*border: 5px solid blue;*/
+  /*font-size: 0.5em;*/
   height: 1em;
   margin: 0;
   padding: 0.25em;
@@ -26,6 +28,7 @@ body {
   color: white;
   background-image: url("images/banner.png");
   background-repeat: repeat-y;
+  display: none;
 }
 
 .pageheader a {
@@ -43,11 +46,11 @@ body {
 }
 
 #sidecolumn {
-  /*float: right;*/
-  position: absolute;
+  float: right;
+  /*position: absolute;
   top: 1.5em;
   right: 0;
-  bottom: 0;
+  bottom: 0;*/
   /*border: 5px solid red;*/
   border-left: 1px solid #638cb8;
   width: 13em;
@@ -58,6 +61,12 @@ body {
   background-position: left top;
 }
 
+
+/* same height column trick: http://www.ejeliot.com/blog/61 */
+#sidecolumn { margin-bottom: -1000000px; padding-bottom: 1000000px; }
+#body5 { overflow: hidden; }
+
+
 #mainlogo {
   background-image: url("images/isaaclogo.png");
   background-repeat: no-repeat;

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list