Browse Source

Improve styling a bit.

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

+ 10
- 2
static/api.css View File

@@ -17,15 +17,23 @@ span.code {

span.resp-dtype, span.resp-desc {
padding: 0 0.25em;
background-color: #E5E5E5;
background-color: #EEE;
}

span.resp-dtype {
color: #009;
}

span.resp-dtype:before {
content: "(";
}

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

span.resp-desc {
color: #090;
color: #050;
}

span.param-key {


Loading…
Cancel
Save