| Index: static/css/styles.css |
| =================================================================== |
| --- a/static/css/styles.css |
| +++ b/static/css/styles.css |
| @@ -435,6 +435,27 @@ |
| margin-bottom: 1em; |
| } |
| +#releases ul |
| +{ |
| + list-style: none; |
| + padding: 0px; |
| +} |
| + |
| +#releases li div |
| +{ |
| + width: 130px; |
| +} |
| + |
| +#releases li > * |
| +{ |
| + display: table-cell; |
| +} |
| + |
| +#releases li |
| +{ |
| + margin-bottom: 10px; |
| +} |
| + |
| /* |
| * Multi-column layouts |
| */ |
| @@ -752,14 +773,6 @@ |
| float: right; |
| } |
| -#editors-and-publisher |
| -{ |
| - background-color: #fbfbfb; |
| - padding: 12px 8px; |
| - padding-bottom: 1px; |
| - text-align: center; |
| -} |
| - |
| .why-work-here-button |
| { |
| background-color: #747474; |
| @@ -802,6 +815,11 @@ |
| text-align: inherit; |
| } |
| + #releases li > * |
| + { |
| + display: block; |
| + } |
| + |
| .no-mobile |
| { |
| display: none; |