Damn you firefox! Borders in the banner!! This time really fixed...
authorthe_mgt <themgt@ueberserver.de>
Tue, 5 Jul 2011 19:02:37 +0000 (21:02 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:31:21 +0000 (21:31 +0000)
webcit/static/styles/banner.css
webcit/static/t/roombanner.html

index 5cafc22bcdcf794462234172c8e71d7cdfd051c6..e1783a70918ca8344da244a7ff437186b83ef367 100644 (file)
        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 }
index 9aeaa7d67810710d5dc877f03a5b9b6a0d5476be..ca0f9d7fc3b8b27345029f36889ac00096a0f5eb 100644 (file)
                        <?!("COND:ROOM:TYPE_IS", 8, #"VIEW_BBS")><p id="nummsgs"><?THISROOM:MSGS:NEW> <?_("new of")> <?THISROOM:MSGS:TOTAL> <?_("messages")></p><?!("X", 8)>
                        <?!("COND:ROOM:TYPE_IS", 11, #"VIEW_MAILBOX")><p id="nummsgs"><?THISROOM:MSGS:NEW> <?_("new of")> <?THISROOM:MSGS:TOTAL> <?_("messages")></p><?!("X", 11)>
                        <?!("COND:THISROOM:FLAG:QR", 9, #"QR_DIRECTORY")><?!("COND:THISROOM:FLAG:QR", 10, #"QR_VISDIR")>
-                               <p id="numfiles"><img src="/static/webcit_icons/essen/16x16/file.png" alt="File"><a href="do_template?template=files"><?THISROOM:FILES:N> <?THISROOM:FILES:STR></a></p>
+                               <p id="numfiles"><a href="do_template?template=files">
+                                       <img src="/static/webcit_icons/essen/16x16/file.png" alt="File">
+                                       <?THISROOM:FILES:N> <?THISROOM:FILES:STR></a>
+                               </p>
                        <?!("X", 10)><?!("X", 9)>
                </td>
                <td><?=("readinfo")></td>