Realistisches Blog-MenĂ¼
[website] / src / main / webapp / css / base / layout.css
index d6959da..f6d4984 100644 (file)
@@ -5,6 +5,9 @@
 .content.cols_2
 {
   padding: 0 27em 0 0;
+  background-image: url('../../img/bg.gif');
+  background-repeat: repeat-y;
+  background-position: right top;
 }
 .content.cols_2 > .main
 {
@@ -46,3 +49,6 @@
   right: 0;
   margin: 0;
 }
+
+/** Always display vertical scroll-bars */
+body { overflow-y: scroll; }