resources/public/css/style.less @ 0f766eda5d9f

Change passwords.
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2011 00:04:05 -0400
parents 003077f697d6
children c8dc1c1f1202
header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px !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;

    .profile {
        position: absolute;
        top: -42px;
        right: 2px;

        form {
            display: inline;

            input {
                margin-left: 12px;
            }
        }
    }
}