fix image path to formalize
This commit is contained in:
parent
7a05528170
commit
573d348fa1
@ -79,7 +79,7 @@ input[type="button"] {
|
|||||||
-webkit-background-clip: padding;
|
-webkit-background-clip: padding;
|
||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
background-clip: padding-box;
|
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-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
|
||||||
background-image: -webkit-linear-gradient(#ffffff, #dddddd);
|
background-image: -webkit-linear-gradient(#ffffff, #dddddd);
|
||||||
background-image: -moz-linear-gradient(#ffffff, #dddddd);
|
background-image: -moz-linear-gradient(#ffffff, #dddddd);
|
||||||
@ -313,7 +313,7 @@ optgroup::-moz-focus-inner {
|
|||||||
.ie6_button,
|
.ie6_button,
|
||||||
* html button,
|
* html button,
|
||||||
* html a.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: 1px solid;
|
||||||
border-color: #dddddd #bbbbbb #999999;
|
border-color: #dddddd #bbbbbb #999999;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user