summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric PINCON <pincon.else@gmail.com>2006-05-23 23:44:30 +0200
committerEric PINCON <pincon.else@gmail.com>2006-05-23 23:44:30 +0200
commit328a69771056fae05907fdd9b2808d3b390ae8ef (patch)
tree41f67c5de92e24344f65a3bd1c2e830db8bd4923
parentstupid commit just test (diff)
downloadweb-328a69771056fae05907fdd9b2808d3b390ae8ef.tar.xz
continue my stupid commit of course
-rw-r--r--blog/themes/else-theme/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/blog/themes/else-theme/style.css b/blog/themes/else-theme/style.css
index 762f5f3..3eb53bb 100644
--- a/blog/themes/else-theme/style.css
+++ b/blog/themes/else-theme/style.css
@@ -273,7 +273,8 @@ body {
.narrowcolumn {
float: right;
/* background-color: #FCF0E7; */
- background-color: white;
+ background-image:url(./images/kubrickbgcolor2.jpg);
+ /*background-color: white;*/
padding: 0px 25px 20px 25px;
width: 498px;
/* border-bottom: 1px solid #ff7a4c; */
@@ -288,7 +289,8 @@ body {
.widecolumn {
float: right;
- background-color: white;
+ /*background-color: white;*/
+ background-image:url(./images/kubrickbgcolor2.jpg);
padding: 0 25px 20px 25px;
width: 498px;
border-left: 1px solid #E06F3A;