From e572167078e85cafadde6e10b581a68feff32d6a Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 15 Sep 2014 00:17:06 -0500 Subject: [PATCH] Typo fix; font style change. --- static/api.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/api.css b/static/api.css index 633e81f..a8fb221 100644 --- a/static/api.css +++ b/static/api.css @@ -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 {