
Because of the reset at the beginning of style.css, all h2 are bigger than h1, which is pretty annoying when you work with markdown and such. I think it's because of this code:
div.node h2 {
border:0px;
font-size:24px;
line-height:30px;
font-weight:normal;
}
div.node h2 span.label {
float:left;
font-size:9px;
font-weight:bold;
line-height:20px;
margin:5px 10px 0px 0px;
padding:0px 5px;
background:#666;
color:#fff;
}
... which is used to set the node title. I would welcome having better headers in the .content...
Comments
Comment #1
Pls CreditAttribution: Pls commentedIs this bug still not fixed?
Comment #2
anarcat CreditAttribution: anarcat commentedif it's still opened: probably. :) as you can see, the theme needs some help, you are welcome to contribute more patches and fixes! :)
Comment #3
steven jones CreditAttribution: steven jones commentedThis is still an issue in the latest version of Eldir, and should be an easy fix I reckon.
Comment #4
steven jones CreditAttribution: steven jones commentedSimple fix, I think is to change the page title to a h1, which is should be anyway I think. Pushed to 6.x-2.x