resources/public/css/style.less @ c4dd32a41ba8

Start.
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 20:41:47 -0400
parents (none)
children 3c52063ee45e
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;
        }
    }
}