Skip to content

Commit 066950d

Browse files
committed
grouped css
1 parent c03b7c5 commit 066950d

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

index.htm

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
body {
3333
padding-top: 50px;
3434
}
35+
.sandbox-form label, .sandbox-form span {
36+
display: inline-block;
37+
margin: .5em .5em;
38+
vertical-align: middle;
39+
}
40+
.sandbox-form span label {
41+
vertical-align: baseline !important;
42+
}
43+
.datepicker .green {color: #0F0;}
3544
</style>
3645
<link href="google-code-prettify/prettify.css" rel="stylesheet">
3746
<link href="docs.css" rel="stylesheet">
@@ -148,16 +157,6 @@ <h2>bootstrap-datepicker sandbox <small>&alpha;lph&alpha;</small></h2>
148157
onClick="var that=this;ga('send', 'event', 'Download', 'dev-master', this.href);"
149158
>Download Development (1.7.0-dev)</a>
150159
</p>
151-
<style>
152-
.sandbox-form label, .sandbox-form span {
153-
display: inline-block;
154-
margin: .5em .5em;
155-
vertical-align: middle;
156-
}
157-
.sandbox-form span label {
158-
vertical-align: baseline !important;
159-
}
160-
</style>
161160
<form class="form-inline sandbox-form" id="sandbox">
162161
<div class="well">
163162
Type:<br>
@@ -386,9 +385,6 @@ <h2>bootstrap-datepicker sandbox <small>&alpha;lph&alpha;</small></h2>
386385
<button class="btn btn-danger" type="reset">Reset to defaults</button>
387386
</div>
388387
</form>
389-
<style>
390-
.datepicker .green {color: #0F0;}
391-
</style>
392388
<script>
393389
$(function(){
394390
var defaults = {},

0 commit comments

Comments
 (0)