From fe7fb5a52741ab0cca46346925d557e64d04c729 Mon Sep 17 00:00:00 2001 From: Steven Gliebe Date: Fri, 12 Jul 2013 18:38:38 -0500 Subject: [PATCH] Make sidebar warnings and errors bold --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index e4fc333..6e37b1b 100644 --- a/css/style.css +++ b/css/style.css @@ -19,6 +19,10 @@ /* Message (sidebar and widget) */ +.wie-import-results-sidebar .wie-import-results-message { + font-weight: bold; +} + .wie-import-results-message-success { color: #1c8a1f; }