From 791259ea0c7ad71cde6f464e63b1baf14218d7b9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 6 Jan 2020 19:10:41 +0100 Subject: Alphabetically sort CSS properties --- static/css/style.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index a0ca0da..6b09e41 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,19 +1,19 @@ body { - max-width: 800px; + font-family: sans-serif; + line-height: 1.5em; margin: auto; + max-width: 800px; padding: 1em; - line-height: 1.5em; - font-family: sans-serif; } /* header and footer areas */ .menu { padding: 0; } .menu li { display: inline-block; } .article-meta, .menu a { - text-decoration: none; background: #eee; - padding: 5px; border-radius: 5px; + padding: 5px; + text-decoration: none; } .menu, .article-meta, footer { text-align: center; } .title { font-size: 1.1em; } @@ -26,9 +26,8 @@ hr { /* code */ pre { border: 1px solid #ddd; - box-shadow: 5px 5px 5px #eee; - padding: 1em; overflow-x: auto; + padding: 1em; } code { background: #f9f9f9; } pre code { background: none; } @@ -43,9 +42,9 @@ blockquote { } table { - margin: auto; - border-top: 1px solid #666; border-bottom: 1px solid #666; + border-top: 1px solid #666; + margin: auto; } table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } -- cgit 1.4.1