Use superhero bootstrap theme
This commit is contained in:
parent
4e4c3b3824
commit
72816f51fa
3 changed files with 22 additions and 8 deletions
|
@ -12,7 +12,7 @@ inc/myco_confirm.js
|
|||
inc/myco_objects.js
|
||||
|
||||
inc/lib/bootstrap/css/bootstrap.min.css
|
||||
inc/lib/bootstrap/css/bootstrap-theme.min.css
|
||||
inc/lib/bootstrap/css/bootstrap.superhero.min.css
|
||||
inc/lib/bootstrap/js/bootstrap.min.js
|
||||
inc/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
|
||||
inc/lib/bootstrap/fonts/glyphicons-halflings-regular.woff
|
||||
|
|
11
inc/lib/bootstrap/css/bootstrap.superhero.min.css
vendored
Normal file
11
inc/lib/bootstrap/css/bootstrap.superhero.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
17
index.html
17
index.html
|
@ -10,20 +10,23 @@
|
|||
<link rel="shortcut icon" sizes="128x128" href="icon-128x128.png">
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="icon-128x128.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="icon-128x128.png">
|
||||
<!-- Bootstrap -->
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="inc/lib/bootstrap/css/bootstrap.min.css">
|
||||
|
||||
<!-- Optional theme -->
|
||||
<link rel="stylesheet" href="inc/lib/bootstrap/css/bootstrap-theme.min.css">
|
||||
<!-- Bootstrap -->
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="inc/lib/bootstrap/css/bootstrap.min.css">
|
||||
|
||||
<!-- Optional theme -->
|
||||
<link rel="stylesheet" href="inc/lib/bootstrap/css/bootstrap.superhero.min.css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="inc/lib/html5shiv.js"></script>
|
||||
<script src="inc/lib/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" href="inc/lib/pickadate/themes/default.css">
|
||||
<link rel="stylesheet" href="inc/lib/pickadate/themes/default.date.css">
|
||||
|
||||
<link rel="stylesheet" href="inc/lib/pickadate/themes/default.css">
|
||||
<link rel="stylesheet" href="inc/lib/pickadate/themes/default.date.css">
|
||||
</head>
|
||||
<style>
|
||||
body{
|
||||
|
|
Loading…
Reference in a new issue