spec/css/css-1.0.css in less-1.0.5 vs spec/css/css-1.0.css in less-1.0.6

- old
+ new

@@ -4,10 +4,11 @@ h1 { color: none; } h2 > a > p { color: none; } h3 { color: none; } div.class { color: blue; } div#id { color: green; } +.class#id { color: purple; } .one.two.three { color: grey; } @media print { font-size: 3em; } @media screen { font-size: 10px; } @font-face { font-family: 'Garamond Pro'; @@ -34,8 +35,9 @@ font: normal small/20px 'Trebuchet MS', Verdana, sans-serif; } .misc { -moz-border-radius: 2px; width: 0.1em; + background-color: #009998; color: red !important; background-image: url(images/image.jpg); }