resources/public/css/style.less @ 78a78bfc7d70
Login skeleton.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 28 Sep 2011 21:20:59 -0400 |
parents |
3c52063ee45e |
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;
}