From c6ac6c663b78303c8ea50c7fa8a077ffc01c2936 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Aug 2013 19:15:13 +0200 Subject: [PATCH 1/1] web: Make image rule global. This way it also applies to the paraslash logo. Without this, old mozilla browsers show a margin around the image, which looks ugly. --- web/para.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/para.css b/web/para.css index 13149305..422f454e 100644 --- a/web/para.css +++ b/web/para.css @@ -34,6 +34,11 @@ hr { border-top: 1px solid yellow; } +img { + float: right; + border-width: 0px; +} + caption { font-weight: bold } /* doxgen */ @@ -301,11 +306,6 @@ span.cntrl { margin: 0px 2px 0px 2px; } -img.logo { - float: right; - border-width: 0px; -} - div.page_header { padding: 8px; font-size: 120%; -- 2.39.2