summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-11-14 19:34:09 +0000
committerDries Buytaert <dries@buytaert.net>2004-11-14 19:34:09 +0000
commit9998d2a14817b69251c1046b507c61eb3bacc750 (patch)
treebc7b1d952cd4171017cd01e5791e23b26f52bbd8 /themes/bluemarine
parent63ee97f65d6e6a5931cc73666ed7d43e78f92742 (diff)
downloadbrdo-9998d2a14817b69251c1046b507c61eb3bacc750.tar.gz
brdo-9998d2a14817b69251c1046b507c61eb3bacc750.tar.bz2
- Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/style.css1
-rw-r--r--themes/bluemarine/xtemplate.xtmpl2
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 366f538d1..636ee3a01 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -83,6 +83,7 @@ table {
#logo img {
float: left;
padding: 0em 1.0em 0em 1em;
+ border: 0;
}
#menu {
padding: 0.5em 0.5em 0 0.5em;
diff --git a/themes/bluemarine/xtemplate.xtmpl b/themes/bluemarine/xtemplate.xtmpl
index eb7be0813..1c2c69b7e 100644
--- a/themes/bluemarine/xtemplate.xtmpl
+++ b/themes/bluemarine/xtemplate.xtmpl
@@ -15,7 +15,7 @@
<td id="logo">
<!-- BEGIN: logo -->
- <a href="./" title="Home"><img src="{logo}" alt="Home" border="0" /></a>
+ <a href="./" title="Home"><img src="{logo}" alt="Home" /></a>
<!-- END: logo -->
<!-- BEGIN: site_name -->