From d470aae53c3f954dbe02da11e2993a28f2aa69ee Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 14 Sep 2014 20:56:41 -0500 Subject: [PATCH] Improve styling a bit. --- static/api.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/static/api.css b/static/api.css index 7b064b5..df94dda 100644 --- a/static/api.css +++ b/static/api.css @@ -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 {