mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Include css dev heading/class again #67

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

Need heading dividers for test HTML, and maybe other, stuff.

.subtle {
    font: normal 1.188rem/1.26262626262626 @mono; // 19px
    color: @gray9;
    margin: .625rem 0; // 10px 0
}
    .marker code,
    .subtle code {
        // Move to mixin:
        text-shadow: none;
        line-height: inherit;
        color: inherit;
        font-size: 1em;
        background: transparent;
        margin: 0;
        padding: 0;
        top: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }