aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-24 20:53:36 +0000
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-24 20:53:36 +0000
commit04583383192d23e0d5341d2688feb0460c71a7b1 (patch)
tree1d4ba84b3318ada523b09be5ea3681b68ada6918 /doc/style.css
parent8a48c2d522cdfc3356b509ab03a2ad8d36017d21 (diff)
downloadikiwiki-04583383192d23e0d5341d2688feb0460c71a7b1.tar
ikiwiki-04583383192d23e0d5341d2688feb0460c71a7b1.tar.gz
* Change basewiki CSS to not put a border around images used as links.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 5ba8b299c..0143b8fac 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -60,6 +60,10 @@ div.tags {
width: 100%;
}
+img {
+ border: 0px;
+}
+
/* Stuff for the RecentChanges table. */
tr.changeheader {
background: #eee;