diff --git a/style.css b/style.css index 6e65e5b..1ca6b67 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ body { font-family: sans-serif; color: #333; - background-color:#eee; - font-size:1.1em; + background-color: #eee; + font-size: 1.1em; } a { color: #777; @@ -16,13 +16,13 @@ article, footer { max-width: 1000px; min-width: 400px; margin: 0 auto; - line-height:1.4em; + line-height: 1.4em; } h1 { text-align: center; font-size: 3em; font-weight: 200; - font-family:serif; + font-family: serif; } ul { list-style-type: none; @@ -31,5 +31,5 @@ ul.compact { padding: 0; } ul li { - margin-top:5px; + margin-top: 5px; }