summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css4
-rw-r--r--doc/todo/Fix_CSS_to_not_put_a_border_around_image_links.mdwn4
2 files changed, 7 insertions, 1 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;
diff --git a/doc/todo/Fix_CSS_to_not_put_a_border_around_image_links.mdwn b/doc/todo/Fix_CSS_to_not_put_a_border_around_image_links.mdwn
index 589e32b6f..f6cafe376 100644
--- a/doc/todo/Fix_CSS_to_not_put_a_border_around_image_links.mdwn
+++ b/doc/todo/Fix_CSS_to_not_put_a_border_around_image_links.mdwn
@@ -2,4 +2,6 @@ Browsers, by default, put a link-colored border around images used as links:
[![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
-We should fix the CSS to not do that. --[[JoshTriplett]] \ No newline at end of file
+We should fix the CSS to not do that. --[[JoshTriplett]]
+
+[[todo/done]] --[[JoshTriplett]]