Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Commit

Permalink
Whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Jan 24, 2012
1 parent 95e988c commit f337dc7
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 540 deletions.
36 changes: 18 additions & 18 deletions base.css
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
html {
font:81.25% arial, helvetica, sans-serif;
font:81.25% arial, helvetica, sans-serif;
}
body {
max-width:402px;
margin:0 auto;
max-width:402px;
margin:0 auto;
}
body > p:last-child {
font-style:italic;
margin:30em 0;
font-style:italic;
margin:30em 0;
}
.ui-form button[type='submit'] {
margin-top:.5em;
margin-top:.5em;
}

.ui-form {
margin:1em 0;
margin:1em 0;
}
.ui-form > fieldset > legend {
font-size:1.2em;
font-size:1.2em;
}

h1, h2, strong {
font-weight:bold;
font-weight:bold;
}
h1 {
font-size:1.6em;
font-size:1.6em;
}
h2 {
font-size:1.4em;
font-size:1.4em;
}

p {
padding:.3em 0;
padding:.3em 0;
}
h1 + p {
font-style:italic;
color:rgba(0,0,0,.66)
font-style:italic;
color:rgba(0,0,0,.66)
}
article {
line-height:1.5;
line-height:1.5;
}
dl dd {
padding-left:3em;
padding-left:3em;
}

code {
font-family: monospace;
border-bottom:1px dotted rgba(0,0,0,.33);
font-family: monospace;
border-bottom:1px dotted rgba(0,0,0,.33);
}
Loading

0 comments on commit f337dc7

Please sign in to comment.