From 1b9c792ea142c3e50bac9be5e85d786575096f32 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Tue, 28 Jan 2014 17:34:38 +0530 Subject: [PATCH] font style changes --- mouchak/static/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 243cfb9..a5f77d2 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -90,10 +90,10 @@ hr { color:#000000; border-bottom: 1px dotted #5A5656 ; width:80%; -font-family: sans-serif, roboto; +/*font-family: sans-serif, roboto;*/ font-size: 24px; -padding: 5px 1px 2px 0px; -margin: 5px 1px 8px 1px; +padding: 1em 0.1em 0.1em 0em; +margin: 0.2em 0.1em 0.8em 0em; ======= .navigation-style.col-md-10 { padding-left: 0; @@ -114,17 +114,17 @@ width: 23% color:#000000; border-bottom: 1px dotted #5A5656 ; width:80%; -font-family: sans-serif, roboto; +/*font-family: sans-serif, roboto;*/ font-size: 24px; -padding: 5px 1px 2px 0px; -margin: 5px 1px 8px 1px; +padding: 1em 0.1em 0.1em 0em; +margin: 0.2em 0.1em 0.8em 0em; } /* content styling for other pages */ .main-head { color:#000000; -font-family: sans-serif, roboto; +/*font-family: sans-serif, roboto;*/ font-size: 24px; padding: 5px 1px 2px 0px; margin: 5px 1px 8px 1px; @@ -132,7 +132,7 @@ text-align: center; } .subcontent-head { color:#000000; -font-family: sans-serif, roboto; +/*font-family: sans-serif, roboto;*/ font-size: 18px; padding: 5px 1px 2px 0px; margin: 5px 1px 8px 1px; -- 1.7.10.4