diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-09-04 17:59:26 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-09-04 17:59:26 -0400 |
commit | ce44be19f2c7dbc64a975315dca3591529db5f52 (patch) | |
tree | 6250b9bf19152cd704fc7f8e9937bb20172cf28c /tests | |
parent | c6def2a07b63f0fdc7dab5dbc4f06cdbf5227cdc (diff) |
fix test css and title
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/components.html b/tests/components.html index 2dda8752..9d473b82 100644 --- a/tests/components.html +++ b/tests/components.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Bootswatch: Components</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="../default/bootstrap.css" media="screen" id="stylesheet"> + <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css" media="screen" id="stylesheet"> <link rel="stylesheet" href="../assets/css/bootswatch.min.css"> <style> @@ -89,8 +89,8 @@ <div class="container"> <div class="page-header"> - <h1 id="theme">Amelia</h1> - <p id="description" class="lead">Sweet and cheery</p> + <h1 id="theme">Bootstrap</h1> + <p id="description" class="lead">HTML, CSS, and JS framework for developing responsive, mobile first projects on the web</p> </div> |