This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Fix indenting.
pull/24/head
Ben Kurtovic
10 years ago
parent
a324a9282e
commit
3b0d23ac7d
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
static/api.css
+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
Write
Preview
Loading…
Cancel
Save