aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-08 20:44:26 +0000
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-08 20:44:26 +0000
commita82943776156937430e3c785ce6aebc439f90a45 (patch)
tree7940550676ad212379c4960819229e5b8cf58cef /doc/style.css
parent03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2 (diff)
downloadikiwiki-a82943776156937430e3c785ce6aebc439f90a45.tar
ikiwiki-a82943776156937430e3c785ce6aebc439f90a45.tar.gz
Use border-style: none; rather than border: 0px; for img.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index fa70530cc..c34d9b2d1 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -63,7 +63,7 @@ div.tags {
}
img {
- border: 0px;
+ border-style: none;
}
/* Stuff for the RecentChanges table. */