Pārlūkot izejas kodu

Fix indenting.

pull/24/head
Ben Kurtovic pirms 9 gadiem
vecāks
revīzija
3b0d23ac7d
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      static/api.css
  2. +1
    -0
      templates/api.mako

+ 2
- 1
static/api.css Parādīt failu

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

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

span.code {


+ 1
- 0
templates/api.mako Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt