From 5a0fde7c1b6bb81d70c430ad39ddc70a5565bf07 Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Sun, 13 Oct 2013 18:08:27 +0200 Subject: [PATCH] Removed useless code Signed-off-by: Jan Pecha --- minitypro.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/minitypro.css b/minitypro.css index 0c03ccd..25bc4f8 100644 --- a/minitypro.css +++ b/minitypro.css @@ -88,21 +88,16 @@ input { margin-bottom: 1em; } .box.info { - background: #dcedff; background: #C3E0FF; } .box.success { - background: #dcffe3; background: #C3F1AF; } .box.warning { - background: #fffddc; - background: #FCF8A3;/*#FEF99C*/ background: #FFF991; } .box.error, .box.danger { - background: #ffdfdc; background: #FECCC8; } .box p:last-child {