aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-19 00:24:15 +0100
committerJoris Guyonvarch2015-02-19 00:24:15 +0100
commitd2788afdf5ae553df909e5a0403a5ed9db25baf8 (patch)
treeaf3b7bb2b7a8df5dc0c1b28ade7bd5ac2a6c9661 /style.css
parentdf2a5d4abe8ecbd4edd8569e84b6fbec64754798 (diff)
downloadmakeup-d2788afdf5ae553df909e5a0403a5ed9db25baf8.tar.gz
makeup-d2788afdf5ae553df909e5a0403a5ed9db25baf8.tar.bz2
makeup-d2788afdf5ae553df909e5a0403a5ed9db25baf8.zip
Better ul & ol spacing
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/style.css b/style.css
index d81397e..9aaedda 100644
--- a/style.css
+++ b/style.css
@@ -64,6 +64,26 @@ ul {
margin-bottom: 30px;
}
+ol {
+ margin-bottom: 30px;
+}
+
+ul ul {
+ margin-bottom: 0px;
+}
+
+ul ol {
+ margin-bottom: 0px;
+}
+
+ol ul {
+ margin-bottom: 0px;
+}
+
+ol ol {
+ margin-bottom: 0px;
+}
+
li {
margin-left: 30px;
margin-bottom: 5px;