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"?>
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
</head>
<head>
<title>Test</title>
</head>
<body>
<ul>
<li><code>foo:bar</code></li>
</ul>
<body>
<ul>
<li><code>foo:bar</code></li>
</ul>
</html>
</html>

View File

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

View File

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