replace 'sup' element with 'em' element.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8002 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-12-28 12:56:51 +00:00
parent 16fcb530fe
commit f32630e49a
5 changed files with 353 additions and 353 deletions

View file

@ -11,7 +11,7 @@
.widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer em{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px; font-style:normal;}
.widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;}