Remove nonexistent CSS background images - refs BT#10309

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent cfd7bcd48d
commit 024c8e27d2
  1. 5
      app/Resources/public/css/base.css

@ -3689,7 +3689,6 @@ a:active{
}
#my_timeline {
background: url("dot.gif") repeat-x scroll left 45px;
margin: 0px auto;
}
@ -3706,7 +3705,6 @@ a:active{
}
#dates li {
background: url("biggerdot.png") no-repeat scroll center bottom transparent;
float: left;
font-size: 14px;
height: 50px;
@ -4417,7 +4415,6 @@ i.size-32.icon-new-work{
margin-left: 110px;
}
.btn-msg {
background: url("send_msg.png") no-repeat left center;
background-position: 3px;
padding: 2px 4px;
padding-left: 22px;
@ -4427,7 +4424,6 @@ i.size-32.icon-new-work{
background-color: #e6e6e6;
}
.btn-inv {
background: url("send_inv.png") no-repeat left center;
background-position: 3px;
padding: 2px 4px;
padding-left: 22px;
@ -4437,7 +4433,6 @@ i.size-32.icon-new-work{
background-color: #e6e6e6;
}
.btn-inv-off {
background: url("send_inv_off.png") no-repeat left center;
background-position: 3px;
padding: 2px 4px;
padding-left: 22px;

Loading…
Cancel
Save