From: Timo Tijhof Date: Wed, 24 Jul 2013 17:02:14 +0000 (+0200) Subject: skins: Make border style of
 more subtle for common skins
X-Git-Tag: 1.31.0-rc.0~19034^2
X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=e21c3eb90394fa6f5398e73f79c8e534d47cbb32;p=lhc%2Fweb%2Fwiklou.git

skins: Make border style of 
 more subtle for common skins

This changes the border style for skins using skins/common
(Vector and Monobook by default) to be less promiment.

From a dashed dark blue line to a solid line in a lighter shade
of grey.

Bug: 27047
Change-Id: Iea3592508b585c5160cf7f2c2d4c31dd5db43b7a
---

diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index 9feb973911..76ec4af7d5 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -178,7 +178,7 @@ code {
 }
 pre, .mw-code {
 	padding: 1em;
-	border: 1px dashed #2f6fab;
+	border: 1px solid #ddd;
 	color: black;
 	background-color: #f9f9f9;
 }