summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-02-28 23:13:16 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2015-02-28 23:13:16 -0500
commite29edb6273215880fcdcc6a908d73a7d86e1263f (patch)
tree4718cc8fbfaf1a4e66e56d47ed2cd3f08c9d322d
parent616799dffd2a6597c46aab229163fce66dbe6537 (diff)
downloadreading_group-e29edb6273215880fcdcc6a908d73a7d86e1263f.tar.gz
Remove ugly dots
-rw-r--r--custom.css17
1 files changed, 3 insertions, 14 deletions
diff --git a/custom.css b/custom.css
index 0400e59..7d0c520 100644
--- a/custom.css
+++ b/custom.css
@@ -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}