From 25fc5960f790a5d6fdec18e6603d39f3ef3341e5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Mar 2007 18:10:36 +0000 Subject: [PATCH] - Patch #109404 by effennel: fixed typo in code comments. --- themes/garland/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/garland/style.css b/themes/garland/style.css index 717e1ffff77..508f2bf2f75 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; }