Fix JS Safari + Fix Icone Webkit + Webkit is evil, don't use Chrome

This commit is contained in:
Michel Roux 2014-04-15 14:15:54 +02:00
parent beb829da46
commit 4923095ea1
6 changed files with 13 additions and 14 deletions

View File

@ -25,7 +25,7 @@ pre {
margin-top: -1px; margin-top: -1px;
display: block; display: block;
padding-right: 79px; padding-right: 79px;
margin-right: 25px; margin-right: 33px;
} }
.toolbar-bottom .input-block-level { .toolbar-bottom .input-block-level {
@ -38,14 +38,16 @@ pre {
border-top-right-radius: 0 !important; border-top-right-radius: 0 !important;
} }
.toolbar-bottom .btn:last-child i:last-child { .toolbar-bottom .btn:last-child .icon-arrow-up {
margin-right: -8px;
position: relative; position: relative;
right: 9px; right: 5px;
margin-right: -9px;
} }
.toolbar-bottom .btn:last-child { .toolbar-bottom .btn:last-child {
width: 20px; width: auto;
padding-right: 8px;
} }
.span9 { .span9 {

View File

@ -61,7 +61,7 @@ global $servers;
</div> </div>
<footer> <footer>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/app.js"></script> <script type="text/javascript" src="js/app.js"></script>
</footer> </footer>

View File

@ -1,5 +1,3 @@
"use strict";
window.addEventListener('load', function () { window.addEventListener('load', function () {
var sections = document.querySelectorAll('section'); var sections = document.querySelectorAll('section');
for (var i = 0; i < sections.length; i++) { for (var i = 0; i < sections.length; i++) {

File diff suppressed because one or more lines are too long

4
js/jquery-1.11.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
js/jquery-1.11.0.min.map Normal file

File diff suppressed because one or more lines are too long