Skip to content

Commit

Permalink
including bootstrap as a bower dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed Jan 6, 2015
1 parent c92b390 commit 8cb353f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"test",
"tests",
"upload.php"
]
],
"dependencies": {
"bootstrap": "~3.3.1"
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Live input record and playback</title>
<style type='text/css'>
@import '//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css';
@import '//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css';
@import 'bower_components/bootstrap/dist/css/bootstrap.min.css';
@import 'bower_components/bootstrap/dist/css/bootstrap-theme.min.css';
ul { list-style: none; }
#recordingslist audio { display: block; margin-bottom: 10px; }
</style>
Expand Down Expand Up @@ -70,4 +70,4 @@ <h2>Log</h2>
</script>
<script src="js/recordmp3.js"></script>
</body>
</html>
</html>

0 comments on commit 8cb353f

Please sign in to comment.