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

Pls’s picture

Is this bug still not fixed?

anarcat’s picture

if it's still opened: probably. :) as you can see, the theme needs some help, you are welcome to contribute more patches and fixes! :)

Steven Jones’s picture

Project: Eldir » Hostmaster (Aegir)
Version: 6.x-0.3-rc2 » 6.x-2.x-dev

This is still an issue in the latest version of Eldir, and should be an easy fix I reckon.

Steven Jones’s picture

Status: Active » Fixed

Simple 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 5c60d52 on 6.x-2.x, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by Steven Jones:
    Issue #528064 by Steven Jones: Fixed h2 bigger than h1 in content.
    

  • Commit 5c60d52 on 6.x-2.x, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by Steven Jones:
    Issue #528064 by Steven Jones: Fixed h2 bigger than h1 in content.