Increased the minimum height of the content pane so this version looks better. Also added a border to the righ sidebar and decreased its width to make it look better.
--- a/index.html Sat Sep 01 03:09:57 2007 +0200
+++ b/index.html Sat Sep 01 03:16:16 2007 +0200
@@ -151,16 +151,16 @@ body {
#content_left {
- float: left; width: 5px; background-color:grey; height: 100%; z-index: 1; min-height: 50px;
+ float: left; width: 5px; background-color:grey; height: 100%; z-index: 1; min-height: 250px;
}
#content_right {
- float: right; width: 5px; background-color:grey; height: 100%; z-index: 1; min-height: 50px;
+ float: right; width: 5px; background-color:grey; height: 100%; z-index: 1; min-height: 250px;
}
#content_bottom {
width: 100%px; background-color:grey; height: 3px; z-index: 1;
}
#content_content {
- width: 100%px; background-color:white; height: z-index: 1; min-height: 50px;
+ width: 100%px; background-color:white; height: z-index: 1; min-height: 231px;
}
@@ -169,7 +169,7 @@ body {
}
.sidebar_right {
- float: right; width: 38%; height: 100%;
+ float: right; width: 30%; height: 100%; min-height: 247px; border-left-width:thin; border-left-style:solid; border-left-color: grey;
}
</style>
</head>