| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -711,8 +711,29 @@ |
| } |
| /* overriding display:none above */ |
| #footer #social-list |
| { |
| display: block; |
| } |
| } |
| + |
| +/* Items |
| + *****************************************************************************/ |
| + |
| +.item-group, |
| +.item-body |
| +{ |
| + margin-top: 1em; |
| + margin-bottom: 1em; |
| +} |
| + |
| +.item |
| +{ |
| + padding-top: 2em; |
| + padding-bottom: 2em; |
| +} |
| + |
| +.item-heading |
| +{ |
| + text-transform: uppercase; |
| +} |