style tweaks

This commit is contained in:
albert
2011-11-14 16:19:54 -05:00
parent 65f62e0245
commit b9db753164
7 changed files with 212 additions and 79 deletions

View File

@@ -43,7 +43,7 @@ em {
h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.25em;
line-height: 1.5em;
}
h1 {
@@ -78,22 +78,6 @@ img.wait {
margin-left: 5px;
}
input[type=text], input[type=password], input[type=url], textarea, button {
font-size: 1em;
}
input[type=submit] {
padding: 1px 4px;
font-size: 1em;
cursor: pointer;
}
input:focus, textarea:focus {
}
input[type=submit]:hover {
}
legend {
font-size: $h2_size;
font-weight: bold;