Fix browser tests - url tests need to live in urls.less

This commit is contained in:
Luke Page
2013-02-02 18:08:03 +00:00
parent a490bc12bf
commit 41a8f6724a
4 changed files with 4 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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);