From 26210318a1519f5334f9815431caca1a8a444da9 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 14 Jun 2016 12:59:52 +0200 Subject: [PATCH] Minor tweaks --- dist/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/css/custom.css b/dist/css/custom.css index 72498bce..db8bfa00 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -11,8 +11,8 @@ } .panel-primary>.panel-heading { - border-color: #c61931; - background-color: #c61931; + border-color: #d8224c; + background-color: #d8224c; } .panel-footer { @@ -30,6 +30,6 @@ } .info-item { - width: 160px; + width: 140px; float: left; }