diff --git a/static/src/pyconau2017/css/app.css b/static/src/pyconau2017/css/app.css index c48a26cf078fb58283ccb0a2f4632cf102d7517e..fa97ed156cbf26a59d6389f70d858ba7f5dca19d 100644 --- a/static/src/pyconau2017/css/app.css +++ b/static/src/pyconau2017/css/app.css @@ -247,7 +247,7 @@ a:hover { */ h1 { font-size: 2em; - margin: 0.67em 0; + /* margin: 0.67em 0; */ } /** @@ -632,8 +632,8 @@ body { a { color: #337ab7; - text-decoration: none; - border-bottom: 1px solid #3ab1c9; + text-decoration: none !important; + /* border-bottom: 1px solid #3ab1c9; */ transition: color 300ms; } @@ -641,11 +641,7 @@ a:hover, a:focus, a:active { color: #3ab1c9; } -ul, -ol { - padding: 0; - /* margin: 0; */ -} + ul > li, ol > li {