resources/public/css/style.less @ 3c52063ee45e

Moar.
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 21:10:06 -0400
parents c4dd32a41ba8
children 003077f697d6
header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ddd;
}
footer {
    text-align: center;
    border-top: 2px solid #ddd;
    padding-top: 12px;
    margin-top: 32px;
}
h1, h2, h3, h4, h5, h6 {
    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}
section.message {
    border-bottom: 2px solid #ddd;
    margin-top: -12px;
    margin-bottom: 32px;
}