From 770f291b481ff3d03cb2ca79f76d0065d3900865 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Thu, 23 Jan 2014 15:02:21 +0530 Subject: [PATCH] Homepage grid content, heading color correction to #c00000 --- mouchak/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 3160979..a6d8e66 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -99,7 +99,7 @@ hr { .col-md-3 h3 { -color:red; +color:#c00000; border-bottom: 1px dotted red; width:100%; } -- 1.7.10.4