diff options
-rw-r--r-- | themes/garland/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 717e1ffff..508f2bf2f 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -375,7 +375,7 @@ table .form-button, table .form-submit { body.sidebars { min-width: 980px; } -/* With 2 columsn, require a minimum width of 800px. */ +/* With 2 columns, require a minimum width of 800px. */ body.sidebar-left, body.sidebar-right { min-width: 780px; } |