Browse Source

Docs: minor template tweaks

pull/316/merge
Christoph Ruegg 11 years ago
parent
commit
d3327de484
  1. 4
      docs/tools/templates/template.cshtml

4
docs/tools/templates/template.cshtml

@ -10,12 +10,12 @@
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"/>
<link type="text/css" rel="stylesheet" href="@Root/content/style.css" />
<style>
#main table:not(.pre) {
border: 1px dolid #dddddd;
border: 1px solid #dddddd;
max-width: 100%;
border-style: solid;
border-width: 1px;

Loading…
Cancel
Save