This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95e988c
commit f337dc7
Showing
4 changed files
with
540 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} |
Oops, something went wrong.