Background colour for H3 extendind more than the content

Posted by Aruna on Stack Overflow See other posts from Stack Overflow or by Aruna
Published on 2010-04-13T07:38:31Z Indexed on 2010/04/13 7:43 UTC
Read the original article Hit count: 424

Filed under:
|

hi,

i am having a tag where i have added a Css for it as

      #jsn-maincontent_inner h3 {
       background-color:#BBB1A5;
       color:white;
       padding:3px 8px;
      text-transform:uppercase;
       }

but the background color extends for the whole row of the line and it is not limiting upto the content . HOw to resolve this??

© Stack Overflow or respective owner

Related posts about css

Related posts about background-color