diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:34:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 13:34:27 -0400 |
commit | 8e81943c2c6588be7e4c695172e757243b7a0d74 (patch) | |
tree | 86e737913ba607fef2adf9b9857781372131a523 /theme/default | |
parent | 31c7a0056e049f567127a58b8b3bd455d5f630f7 (diff) |
make the code use the default style
darcs-hash:20080520173427-84dde-890b794c42ab3c29c23aa542fee3232fd41463a3.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/style/html.css | 4 | ||||
-rw-r--r-- | theme/default/style/layout.css | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/theme/default/style/html.css b/theme/default/style/html.css index a00d53127..10f0e89dc 100644 --- a/theme/default/style/html.css +++ b/theme/default/style/html.css @@ -22,7 +22,7 @@ body { font: 400 0.8em georgia, serif;
line-height: 180%;
- background: url(../img/bg/body.jpg) repeat top left;
+ background: url(../image/body.jpg) repeat top left;
color: #6D6864;
}
@@ -93,7 +93,7 @@ ul { ul li {
padding-left: 25px;
- background: url(../img/bg/bullet.gif) no-repeat;
+ background: url(../image/bullet.gif) no-repeat;
background-position: 0 3px;
}
diff --git a/theme/default/style/layout.css b/theme/default/style/layout.css index c08682cd2..98e3c878b 100644 --- a/theme/default/style/layout.css +++ b/theme/default/style/layout.css @@ -27,13 +27,13 @@ height: 100%;
min-height: 100%;
- background: url(../img/bg/content.gif) repeat-y top center;
+ background: url(../image/content.gif) repeat-y top center;
}
#content[id] {
height: auto;
- background: url(../img/bg/content.png) repeat-y top center;
+ background: url(../image/content.png) repeat-y top center;
}
@@ -45,7 +45,7 @@ #header {
padding: 60px 0 2em 49px;
- background: url(../img/bg/header.jpg) no-repeat top center;
+ background: url(../image/header.jpg) no-repeat top center;
}
/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
@@ -108,12 +108,12 @@ ul#menu li a:visited { ul#menu li a:hover {
color: #2E5F0F;
- background: url(../img/bg/menu.gif) repeat-x bottom left;
+ background: url(../image/menu.gif) repeat-x bottom left;
}
ul#menu li a.here {
color: #512103;
- background: url(../img/bg/menu.gif) repeat-x bottom left;
+ background: url(../image/menu.gif) repeat-x bottom left;
}
/* helper classes to control width of links in topbar */
|