Browse Source

Fix indenting.

pull/24/head
Ben Kurtovic 9 years ago
parent
commit
3b0d23ac7d
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      static/api.css
  2. +1
    -0
      templates/api.mako

+ 2
- 1
static/api.css View File

@@ -16,7 +16,8 @@ div.json {
}

div.indent {
width: 4em;
display: inline-block;
padding-left: 4em;
}

span.code {


+ 1
- 0
templates/api.mako View File

@@ -1,4 +1,5 @@
<%def name="do_indent(size)">
<br />
% for i in xrange(size):
<div class="indent"></div>
% endfor


Loading…
Cancel
Save