Slight template layout tweak, moving to non-minified slate theme css

This commit is contained in:
David Thurstenson 2017-02-17 09:30:18 -06:00
parent 5adab1a936
commit a819665ce7
3 changed files with 7281 additions and 15 deletions

View File

@ -20,7 +20,7 @@
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css">
<!-- Slate theme -->
<link rel="stylesheet" href="https://wiki.thurstylark.com/slate.bootstrap.min.css">
<link rel="stylesheet" href="https://wiki.thurstylark.com/slate.bootstrap.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
@ -101,15 +101,16 @@ $("table").addClass("table table-condensed table-hover");
<div class="container-fluid">
<br/>
<div class="row">
<div class="col-md-2 col-md-offset-1">
<nav id="toc" data-spy="affix" data-toggle="toc" class="affix well well-sm pull-right"></nav>
<div class="col-md-2">
<nav id="toc" data-spy="affix" data-toggle="toc" class="affix well well-sm pull-right">Index</nav>
</div><!--col-md-1-->
<div class="col-md-6">
<div class="col-md-9">
<div class="well">
%content%
</div><!--well-->
</div> <!--col-md-8 -->
</div> <!-- row -->
<hr/>
</div><!--container-fluid-->
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long