summaryrefslogtreecommitdiff
path: root/skins/common/IE80Fixes.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/IE80Fixes.css')
-rw-r--r--skins/common/IE80Fixes.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/common/IE80Fixes.css b/skins/common/IE80Fixes.css
index b6360f60..6e5cb8a4 100644
--- a/skins/common/IE80Fixes.css
+++ b/skins/common/IE80Fixes.css
@@ -1,5 +1,5 @@
/**
- * Fixes textarea scrolling bug (bug #19334). The bug only occurs when a
+ * Fixes textarea scrolling bug (bug #19334). The bug only occurs when a
* percentage width is given, so instead of width: 100%, use min-width: 100%;
* max-width: 100%. We also need to give a fixed width for the actual width
* property for the hack to work, although the actual value (500px here) ends