style fixes

This commit is contained in:
albert
2012-09-21 14:26:21 -04:00
parent 7fcedc20b4
commit 5512e0bb79
4 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ $menu_color: #F7F7FF;
$link_color: hsl(213, 100%, 50%);
$link_hover_color: lighten($link_color, 25%);
$link_dark_color: darken($link_color, 25%);
$highlight_color: lighten(complement($link_color), 35%);
$highlight_color: lighten($link_color, 45%);
$h1_size: 2em;
$h2_size: 1.5em;
$h3_size: 1.16667em;

View File

@@ -4,6 +4,8 @@ form.simple_form {
div.input.boolean {
label {
display: inline;
margin-left: 0.5em;
vertical-align: middle;
}
}