Remove spaces around slashes in final CSS output and update tests to reflect that; Added a couple shorthand tests

This commit is contained in:
Dustin Cass
2012-08-22 11:38:29 -07:00
committed by Luke Page
parent bf1823f109
commit 241b9d23a4
6 changed files with 21 additions and 15 deletions

View File

@@ -65,8 +65,11 @@ p + h1 {
#more-shorthands {
margin: 0;
padding: 1px 0 2px 0;
font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
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 {