| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -1,18 +1,12 @@ |
| -* |
| -{ |
| - font-family: Arial, sans; |
| - font-size: 16px; |
| -} |
| - |
| body |
| { |
| + font-family: "Source Sans Pro", Arial, sans-serif; |
| margin: 0; |
| - line-height: 1.5; |
| } |
| #content |
| { |
| padding-bottom: 2em; |
| } |
| a img |