From 97461746b32c37c4b3eb01eea8f9a606eadf888e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 9 Sep 2013 23:51:35 +0200 Subject: [PATCH] h1 title --- app/assets/stylesheets/public.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/assets/stylesheets/public.less b/app/assets/stylesheets/public.less index 030cf16..d2fa1e1 100644 --- a/app/assets/stylesheets/public.less +++ b/app/assets/stylesheets/public.less @@ -17,6 +17,21 @@ body font-weight:normal ; } + + h1.principal{ + font-size:3em; + padding-top:0.3em; + border-top:2px solid #29a9e0; + display:inline-block; + padding-right:10px; + min-width:200px; + color:#3b3b3c; + a{ + color:#3b3b3c; + } + + } + }