resources/public/css/style.less @ 003077f697d6

Styling.
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 23:50:41 -0400
parents 3c52063ee45e
children 0f766eda5d9f
header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px !important;
    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;
}
.page-title {
    position: relative;

    .logout {
        position: absolute;
        top: -6px;
        right: 2px;
    }
}