diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
commit | 03117fe3e84cfb7badb1f975ec15b8a97d575fd7 (patch) | |
tree | 1b61f4c8365651a4c2760afa4ae15caec5087ce9 /theme/base/css/ie6.css | |
parent | 570a7c64b1a3653a801e95b7e9834bede6ce5b9e (diff) |
Cleanup.. some for IE and other for cascading
Diffstat (limited to 'theme/base/css/ie6.css')
-rw-r--r-- | theme/base/css/ie6.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css new file mode 100644 index 000000000..4a2316903 --- /dev/null +++ b/theme/base/css/ie6.css @@ -0,0 +1,8 @@ +/* IE6 specific styles */ +.entity_profile .entity_nickname, +.entity_profile .entity_location, +.entity_profile .entity_url, +.entity_profile .entity_note, +.entity_profile .entity_tags { +margin-left:55px; +} |