|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 23:16:01
|
Module: web
Branch: master
Commit: d8aa79824f3c02b5535070e8465dec12c800094a
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Dec 6 18:57:50 2010 +0100
Fix image borders (on download icons) on Firefox
---
htdocs-binary/style.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index e082228..b20b581 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -137,7 +137,9 @@ h1 {
text-align: left;
/*text-decoration: underline;*/
}
-
+img {
+ border: 0;
+}
h3 {
font-size: 13px;
text-align: left;
|