From 27c4f9500e892cbdbc35bc579bb40a2bb52c894f Mon Sep 17 00:00:00 2001 From: the_mgt Date: Tue, 5 Jul 2011 21:02:37 +0200 Subject: [PATCH] Damn you firefox! Borders in the banner!! This time really fixed... --- webcit/static/styles/banner.css | 5 +++-- webcit/static/t/roombanner.html | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/webcit/static/styles/banner.css b/webcit/static/styles/banner.css index 5cafc22bc..e1783a709 100644 --- a/webcit/static/styles/banner.css +++ b/webcit/static/styles/banner.css @@ -59,11 +59,12 @@ margin: 0; } -/* style for the feed and file picture */ -#banner .banner td * img { +/* style for the feed, file, etc picture */ +#banner .banner td a > img { clear: both; padding: 0; margin: 0 0.3em; + border: none; } #banner .infos{ margin: 0.5em } diff --git a/webcit/static/t/roombanner.html b/webcit/static/t/roombanner.html index 9aeaa7d67..ca0f9d7fc 100644 --- a/webcit/static/t/roombanner.html +++ b/webcit/static/t/roombanner.html @@ -10,7 +10,10 @@

-

File

+

+ File + +

-- 2.30.2