Commit 6bfa468a by Dave Syer

Tweak UI a bit

parent 99d43ba3
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
</div> </div>
</div> </div>
</div> </div>
<script type="text/javascript" src="./js/jquery-1.11.1.js" ></script> <script type="text/javascript" src="/webjars/jquery/2.1.1jquery-min.js" ></script>
<script type="text/javascript" src="./js/bootstrap.js" ></script> <script type="text/javascript" src="/webjars/bootstrap/3.2.0/js/bootstrap.min.js" ></script>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
$('#myTab a:last').tab('show') $('#myTab a:last').tab('show')
......
...@@ -80,8 +80,6 @@ code { ...@@ -80,8 +80,6 @@ code {
.xd-container { .xd-container {
margin-top: 40px; margin-top: 40px;
margin-bottom: 100px; margin-bottom: 100px;
padding-left: 5px;
padding-right: 5px;
} }
h1 { h1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment