diff options
| -rw-r--r-- | custom.css | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -1,20 +1,9 @@ -body { - font-family: "Source Sans Pro", "Verdana", "Helvetica", sans-serif; - color: #333; - font-size: 13pt; - width: 700px; - margin: 0 auto; -} - -.subtext { - font-size: 80%; - font-weight: normal; -} - +body { font-family: "Source Sans Pro", "Verdana", "Helvetica", sans-serif; color: #333; font-size: 13pt; width: 700px; margin: 0 auto; } +.subtext { font-size: 80%; font-weight: normal; } a { text-decoration: none; color: #428BCA} a:hover {text-decoration: underline; color: #2A6496} h1 { text-align: center } h2 { border-bottom: 1px solid #EEE; } -ul { padding-left: 0; list-style-position: inside } +ul { padding-left: 0; list-style:none } ol { padding-left: 1.5em; } li + li { margin-top: 0.5em} |
