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;
display: block;
padding-right: 79px;
margin-right: 25px;
margin-right: 33px;
}
.toolbar-bottom .input-block-level {
@ -38,14 +38,16 @@ pre {
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;
right: 9px;
margin-right: -9px;
right: 5px;
}
.toolbar-bottom .btn:last-child {
width: 20px;
width: auto;
padding-right: 8px;
}
.span9 {

View File

@ -61,7 +61,7 @@ global $servers;
</div>
<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/app.js"></script>
</footer>

View File

@ -1,5 +1,3 @@
"use strict";
window.addEventListener('load', function () {
var sections = document.querySelectorAll('section');
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