Layout: Faux-Column-Hack
authorKai Moritz <kai@juplo.de>
Thu, 1 Aug 2013 22:12:19 +0000 (00:12 +0200)
committerKai Moritz <km@feder-software.de>
Tue, 25 Feb 2014 08:01:54 +0000 (09:01 +0100)
src/main/webapp/css/base/layout.css
src/main/webapp/img/bg.gif [new file with mode: 0644]

index d6959da..5419bcc 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
 {
diff --git a/src/main/webapp/img/bg.gif b/src/main/webapp/img/bg.gif
new file mode 100644 (file)
index 0000000..acdcfb1
Binary files /dev/null and b/src/main/webapp/img/bg.gif differ