| Index: static/scss/base/_variables.scss | 
| =================================================================== | 
| --- a/static/scss/base/_variables.scss | 
| +++ b/static/scss/base/_variables.scss | 
| @@ -59,21 +59,16 @@ | 
| $tiny-font: 0.8em; | 
|  | 
| // Font weights | 
|  | 
| $bold-weight: 700; | 
|  | 
| // Sizes /////////////////////////////////////////////////////////////////////// | 
|  | 
| -// Container widths | 
| - | 
| -$content-width: 960px; | 
| -$navbar-width: $content-width + 100px; | 
| - | 
| // Header & Footer | 
|  | 
| $site-header-height: 70px; | 
| $site-header-content-line-height: 40px; | 
|  | 
| // Search form | 
|  | 
| $search-form-width: 320px; | 
|  |