summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/components.html10
-rw-r--r--tests/thumbnail.html8
2 files changed, 9 insertions, 9 deletions
diff --git a/tests/components.html b/tests/components.html
index 24b38840..c1c3380f 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>Bootswatch: Components</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
+ <title>Bootswatch: Components</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../amelia/bootstrap.css" media="screen" id="stylesheet">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<style>
@@ -152,7 +152,7 @@
<!-- Abbreviations -->
<h2 id="type-abbreviations">Abbreviations</h2>
-
+
<h3>Basic abbreviation</h3>
<div class="bs-example">
<p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p>
@@ -2708,7 +2708,7 @@
<a class="btn btn-lg btn-danger" data-toggle="popover" title="" data-content="And here's some amazing content. It's very engaging. right?" data-original-title="A Title">Click to toggle popover</a>
</div>
</div>
-
+
</div>
@@ -2725,7 +2725,7 @@
menuHTML = Mustache.render(menuTemplate, data.themes);
$('body').append(menuHTML);
-
+
$('#menu').change(function(){
var $theme = $('#menu :selected'),
theme = $theme.text(),
diff --git a/tests/thumbnail.html b/tests/thumbnail.html
index 3206d6e5..52f57218 100644
--- a/tests/thumbnail.html
+++ b/tests/thumbnail.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>Bootswatch: Default Bootstrap</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
+ <title>Bootswatch: Default Bootstrap</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../amelia/bootstrap.css" media="screen" id="stylesheet">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -95,10 +95,10 @@
$.get("http://api.bootswatch.com/3/", function (data) {
var menuTemplate = "<div id='menu' style='position:fixed;top:10px;right:10px;'><select>{{#.}}<option data-description='{{description}}'>{{name}}</option>{{/.}}</select></div>",
- menuHTML = Mustache.render(menuTemplate, data.themes);
+ menuHTML = Mustache.render(menuTemplate, data.themes);
$('body').append(menuHTML);
-
+
$('#menu').change(function(){
var theme = $('#menu :selected');
$('#theme').text(theme.text());