Преглед изворни кода

Adjust indent size; fix rendering of strings.

pull/24/head
Ben Kurtovic пре 9 година
родитељ
комит
af8a20a123
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      static/api.css
  2. +1
    -1
      templates/api.mako

+ 1
- 1
static/api.css Прегледај датотеку

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

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

span.code {


+ 1
- 1
templates/api.mako Прегледај датотеку

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


Loading…
Откажи
Сачувај