diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-02-28 23:13:16 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-02-28 23:13:16 -0500 |
| commit | e29edb6273215880fcdcc6a908d73a7d86e1263f (patch) | |
| tree | 4718cc8fbfaf1a4e66e56d47ed2cd3f08c9d322d | |
| parent | 616799dffd2a6597c46aab229163fce66dbe6537 (diff) | |
| download | reading_group-e29edb6273215880fcdcc6a908d73a7d86e1263f.tar.gz | |
Remove ugly dots
| -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} |
