2014-05-22 15:45:52 +00:00
|
|
|
@import "reset-to-defaults.css";
|
2011-11-08 01:03:38 +00:00
|
|
|
|
|
|
|
#no-repeat {
|
|
|
|
background-image: url("border-image-ball-red.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#repeat {
|
|
|
|
background-image: url("border-image-ball-green.png");
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#default {
|
|
|
|
background-image: url("green-20x20.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#default-ref {
|
|
|
|
background-image: none;
|
2012-11-13 20:41:08 +00:00
|
|
|
background-color: lime;
|
2011-11-08 01:03:38 +00:00
|
|
|
}
|