Fix failing example tests for updated dependencies

This commit is contained in:
Glavin Wiechert 2016-02-20 14:55:56 -04:00
parent cf37e54286
commit cceef0c912
3 changed files with 14 additions and 14 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Test</title> <title>Test</title>
</head> </head>
<body> <body>
<ul> <ul>
<li><code>foo:bar</code></li> <li><code>foo:bar</code></li>
</ul> </ul>
</html> </html>

View File

@ -11,19 +11,19 @@ a {
text-decoration: none; text-decoration: none;
} }
&:visited { &:visited {
color: @white; color: @white;
} }
&:hover { &:hover {
color: @orange; color: @orange;
} }
&.green { &.green {
color: @green; color: @green;
&:hover { &:hover {
color: @white; color: @white;
background-color: @green; background-color: @green;
} }
} }
} }

View File

@ -1,6 +1,6 @@
/* kendo UI */ /* kendo UI */
@import "variables"; @import "variables";
// slider // slider
.k-slider-track { .k-slider-track {
background-color: $gray-light; background-color: $gray-light;