Browse Source

Typo fix; font style change.

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

+ 2
- 1
static/api.css View File

@@ -28,7 +28,7 @@ span.resp-dtype:before, span.resp-cond:before {
content: "(";
}

span.resp-dtype:after, span.resp-cond:before {
span.resp-dtype:after, span.resp-cond:after {
content: ")";
}

@@ -38,6 +38,7 @@ span.resp-desc {

span.resp-cond {
color: #900;
font-style: italic;
}

span.param-key {


Loading…
Cancel
Save