Skip to content

Commit

Permalink
be consistent with units
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jul 21, 2010
1 parent 11ad719 commit 2119a31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/defaults.css
Expand Up @@ -12,7 +12,7 @@ h1, h2, h3, h4, h5, h6 {
/* Success, error & notice boxes for messages and errors. */
div.error, div.notice, div.success,
#flash_failure, #flash_success, #flash_notice {
padding: .8em;
padding: 0.8em;
margin-bottom: 1em;
border: 1px solid #ddd;
-moz-border-radius: 8px;
Expand Down
6 changes: 3 additions & 3 deletions public/stylesheets/forms.css
Expand Up @@ -28,9 +28,9 @@ label { display: block; }

a.cancel { color: #7d0d0d; }
.inline-hints {
font-size: .8em;
font-size: 0.8em;
color: #666;
margin-bottom: .25em;
margin-bottom: 0.25em;
}

/* Fieldsets */
Expand Down Expand Up @@ -97,7 +97,7 @@ textarea {
/* Select fields */
fieldset .select select {
width:200px;
font-size: .9em;
font-size: 0.9em;
}
optgroup { margin: 0 0 .5em 0; }

Expand Down
4 changes: 2 additions & 2 deletions public/stylesheets/lists.css
Expand Up @@ -13,10 +13,10 @@ dl {
}
dl dt {
font-weight: bold;
margin-top: .5em;
margin-top: 0.5em;
}
dl dd { margin-bottom: 0em;}
dd { margin-left: .5em; }
dd { margin-left: 0.5em; }

li { line-height: 1.4; }

Expand Down
8 changes: 4 additions & 4 deletions public/stylesheets/type.css
Expand Up @@ -15,20 +15,20 @@ h2 {
h3 {
font-size: 1.3em;
line-height: 1;
margin-bottom: .25em;
margin-bottom: 0.25em;
}
h4 {
font-size: 1.1em;
line-height: 1.25;
margin-bottom: .25em;
margin-bottom: 0.25em;
}
h5 {
font-size: 1em;
margin-bottom: .25em;
margin-bottom: 0.25em;
}
h6 {
font-size: 1em;
margin-bottom: .25em;
margin-bottom: 0.25em;
}

/* Text elements */
Expand Down

0 comments on commit 2119a31

Please sign in to comment.