Some minor changes
This commit is contained in:
parent
c208c96d46
commit
b43587d85f
1 changed files with 7 additions and 10 deletions
17
index.html
17
index.html
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
||||||
<title>Free Telec</title>
|
<title>Free Telec</title>
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
|
@ -21,23 +21,20 @@
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.btn-group .col-md-4,
|
header{
|
||||||
.btn-group .col-md-12 {
|
padding-left: 16px;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.freeHome {
|
.btn-group .col-md-4, .btn-group .col-md-12 {
|
||||||
max-width: 100%;
|
padding: 10px;
|
||||||
max-height: 100%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Free Telec <small>v0.2.1</small></h1>
|
<h1>Free Telec <small>v0.2.2</small></h1>
|
||||||
</header>
|
</header>
|
||||||
``
|
|
||||||
<section>
|
<section>
|
||||||
<div class="row col-xs-12">
|
<div class="row col-xs-12">
|
||||||
<div class="col-md-4 col-xs-12 btn-group">
|
<div class="col-md-4 col-xs-12 btn-group">
|
||||||
|
@ -114,7 +111,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="col-xs-12 btn btn-default btn-lg btn-free" data-key="home"><img src="img/free.png" class="freeHome" /></div>
|
<div class="col-xs-12 btn btn-default btn-lg btn-free" data-key="home"><img src="img/free.png" /></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-xs-12 btn-group">
|
<div class="col-md-4 col-xs-12 btn-group">
|
||||||
|
|
Loading…
Reference in a new issue