fix image path to formalize

This commit is contained in:
Luiz Gustavo Costa (gugabsd) 2013-01-08 02:22:44 -02:00
parent 7a05528170
commit 573d348fa1

View File

@ -79,7 +79,7 @@ input[type="button"] {
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
background: #dddddd url('../images/button.png?1298351022') repeat-x;
background: #dddddd url('/static/img/button.png?1298351022') repeat-x;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(#ffffff, #dddddd);
background-image: -moz-linear-gradient(#ffffff, #dddddd);
@ -313,7 +313,7 @@ optgroup::-moz-focus-inner {
.ie6_button,
* html button,
* html a.button {
background: #dddddd url('../images/button.png?1298351022') repeat-x;
background: #dddddd url('/static/img/button.png?1298351022') repeat-x;
border: 1px solid;
border-color: #dddddd #bbbbbb #999999;
cursor: pointer;