diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index deb3588b7c..5350b111d9 100644 --- a/app/Resources/public/css/base.css +++ b/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;