Pārlūkot izejas kodu

Adjust indent size; fix rendering of strings.

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

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

@@ -17,7 +17,7 @@ div.json {

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

span.code {


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

@@ -22,7 +22,7 @@
${do_indent(indent)}
]
% else:
${obj | h}
${repr(obj) | h}
% endif
</%def>\
<!DOCTYPE html>


Notiek ielāde…
Atcelt
Saglabāt