mirror of
https://github.com/less/less.js.git
synced 2026-02-09 14:35:44 -05:00
Fix browser tests - url tests need to live in urls.less
This commit is contained in:
@@ -68,8 +68,6 @@ p + h1 {
|
||||
font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
|
||||
font: 0/0 a;
|
||||
border-radius: 5px / 10px;
|
||||
background: url("img.jpg") center / 100px;
|
||||
background: #fff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box;
|
||||
}
|
||||
|
||||
.misc {
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
}
|
||||
#shorthands {
|
||||
background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px;
|
||||
background: url("img.jpg") center / 100px;
|
||||
background: #fff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box;
|
||||
}
|
||||
#misc {
|
||||
background-image: url(images/image.jpg);
|
||||
|
||||
Reference in New Issue
Block a user