diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
commit | 8f9762aab183a8bf502d734ec5f18ca0e68f48cb (patch) | |
tree | d46f3ecb8880e7897c6c9e3a549289be3d1cf3d7 /theme/base/css/ie7.css | |
parent | 910bd332430b0af233ae78b330994520d4b59c97 (diff) |
Cross-browser stuff
Diffstat (limited to 'theme/base/css/ie7.css')
-rw-r--r-- | theme/base/css/ie7.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/base/css/ie7.css b/theme/base/css/ie7.css new file mode 100644 index 000000000..a6e2548ab --- /dev/null +++ b/theme/base/css/ie7.css @@ -0,0 +1,5 @@ +/* IE7 specific styles */ + +#form_notice textarea { +width:370px; +}
\ No newline at end of file |