]> git.0d.be Git - panikweb.git/commitdiff
Rewriting titles (semantic use only)
authorlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 15:12:00 +0000 (17:12 +0200)
committerlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:03:35 +0000 (19:03 +0200)
panikweb_templates/static/css/tags.less

index c369c9076ddf01d48743f2e02509e03d03527ca4..b73d3abc72b9cfa86ebd9f425b362655940421ea 100644 (file)
@@ -30,40 +30,32 @@ img {
     border: 2px solid @black;
     margin-right: 10px;
 }
-
+h1, h2, h3, h4, h5{
+       font-family: Reglo;
+       text-transform: uppercase;
+       .squash(0.5);
+       margin-bottom:1em;
+}
+h3{
+       .squash(1, 2);
+}
+ h4, h5{
+       font-family: RE03;
+}
 h1 {
-    font-size: @l*3;
-    font-family: Reglo;
-    text-transform: uppercase;
-    .squash(0.5);
-    line-height:116%;
-    }
-    
+       font-size: @l*3;
+}
 h2 {
-    font-size: @m;
+       font-size: @l*2;
 }
 h3 {
-    font-family: Reglo;
-    text-transform:uppercase;
-    .squash(1, 2);
-    font-size: @l*1.2;
-    line-height: 110%;
-    margin-bottom: 48px;
+       font-size: @l*1.2;
 }
-
 h4 {
-   font-size: @m*1.1;
-   font-family: RE03;
-  line-height: 115%;
-  text-transform: inherit;
-  margin-bottom:@m;
-    }
-
+       font-size: @m*1.1;
+}
 h5 {
-    font-family: RE03;
-    text-transform: uppercase;
-    font-size: @s;
-    margin-bottom:3px;
+       font-size: @s;
 }
 
 ul, ol, dl {