пятница, 9 марта 2012 г. 23:58:51 UTC+4 пользователь srw написал:
>
> I would like to add a background that extends over the full width in a 
> container. What is the best way to achieve it with Twitter Bootstrap?
> I don't want to extend all the container, just have an horizontal 
> background in a specific container.
>
> Thanks,
> srw
>

for example span3:

*.span1 {*
*  width: 60px;*
*}*
*.span2 {*
*  width: 140px;*
*}*
.span3 {
  width: 220px;
  *background-image: url(YOURBACKGROUND.png); *
}
.span4 {
  width: 300px;
}


Reply via email to