Skip to content

Commit

Permalink
markup cleanup, css font and line-height changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktronica committed Mar 19, 2012
1 parent bd3ee1a commit 9e6916b
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 486 deletions.
11 changes: 6 additions & 5 deletions style.css → onefilecms.css
Expand Up @@ -14,9 +14,9 @@ h1,h2,h3,h4,h5,h6{font-weight: bold;}

body {
font-size: 12px;
line-height: 1;
line-height: 20px;
background: #d5d0cc url("/images/background.jpg") top center no-repeat;
font-family: Century Gothic, Apple Gothic, sans-serif;
font-family: sans-serif;
color: #0F0901;
}

Expand Down Expand Up @@ -45,7 +45,7 @@ body {

/* --- general formatting --- */

h2, h3, p, ul { margin-bottom: 10px; }
h2,h3,p,ul,table { margin-bottom: 10px; }
p, li {line-height: 1.4em; }
form p { margin-bottom: 5px; }
a { color: #774200; text-decoration: none; }
Expand Down Expand Up @@ -221,6 +221,7 @@ form .meta { z-index: -1; }
border: 1px solid #807568;
padding: 2px;
width: 350px;
font: 12px/18px "Courier New", Courier, monospace;
}

textarea.textinput {
Expand All @@ -237,11 +238,11 @@ textarea.disabled { height: 50px; }

.button {
border: 1px solid #807568;
padding: 2px 10px;
padding: 4px 10px;
background-color: #d4d4d4;
cursor: pointer;
font-size: 14px;
font-family: Century Gothic, Apple Gothic, sans-serif;
font-family: sans-serif;
}

.button:hover { background-color: #eaeaea; }
Expand Down

0 comments on commit 9e6916b

Please sign in to comment.