From 9622361b338a7b5158141f2bb3d3e5057fcf7864 Mon Sep 17 00:00:00 2001 From: vargenau Date: Sat, 29 Dec 2012 10:34:26 +0000 Subject: [PATCH] Optimize border git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8700 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/MonoBook/commonPrint.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/themes/MonoBook/commonPrint.css b/themes/MonoBook/commonPrint.css index 5de1b9ca3..647ffaed1 100644 --- a/themes/MonoBook/commonPrint.css +++ b/themes/MonoBook/commonPrint.css @@ -96,7 +96,7 @@ div.floatright { float: right; margin: 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 0 0.8em 1.4em; } @@ -108,7 +108,7 @@ div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 1.4em 0.8em 0; } @@ -119,8 +119,7 @@ div.floatleft p { /* thumbnails */ div.thumb { margin-bottom: 0.5em; - border-style: solid; - border-color: White; + border: solid white; width: auto; } -- 2.45.0