diff --git a/build/index.html b/build/index.html index 8e7b15be9..a1f7d24cf 100644 --- a/build/index.html +++ b/build/index.html @@ -11,6 +11,7 @@ font-size: 30px; padding: 10px 20px; background: #51a351; color: #fff; border: 0; border-radius: 3px; cursor: pointer; margin-right: 20px; } .build-min-btn { background: #2f96b4; } + #options { margin-top: 20px; } #options li { width: 450px; list-style: none; display: inline-block; vertical-align: top; margin-bottom: 20px !important; } input[type=checkbox] { position: relative; top: -4px; } input:checked + label { background: green; color: #fff; }