From 35bb7e7108a9686f388590e688d51197edbcc2fd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 13 Sep 2014 21:15:55 -0500 Subject: [PATCH] Apply some simple styling to the API help page. --- static/api.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/api.css b/static/api.css index a1079e5..b329a12 100644 --- a/static/api.css +++ b/static/api.css @@ -1,8 +1,29 @@ +h1, h2 { + font-family: sans-serif; +} + +div#help { + margin: auto; + max-width: 1200px; +} + span.code { font-family: monospace; } table.parameters { + margin: 1em 0; +} + +table.parameters th { +} + +table.parameters td { +} + +table.parameters tr:first-child { + font-family: sans-serif; + font-size: 1.17em; } table.parameters td:first-child {