From e7171bb89a975d5a7a3cf3653b01fbb93ad0ca84 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 14 Jun 2014 23:22:41 +0200 Subject: [PATCH] softer look for code fragments in postings --- view/theme/vier/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 9d84a92ab..3547eda40 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -325,12 +325,12 @@ code { white-space: pre; display: block; overflow: auto; - border: 1px solid #444; background: #EEE; color: #444; padding: 10px; margin-top: 20px; max-width: 640px; + border-radius: 5px; } #panel { position: absolute;