From 9661ca4cf36c032f9f8f492a3b5173c99fec7d30 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 15 Sep 2014 00:19:14 -0500 Subject: [PATCH] Fix again. --- static/api.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/static/api.css b/static/api.css index f55ba93..7fed9f4 100644 --- a/static/api.css +++ b/static/api.css @@ -55,24 +55,24 @@ table.parameters { margin: 1em 0; } -table.parameters td, table.parameters th { - padding: 0.2em 0.5em; -} - -table.parameters th { - background-color: #F0F0F0; -} - table.parameters tr:first-child { font-family: sans-serif; font-size: 1.17em; color: white; } -table.parameters tr:first-child td { +table.parameters tr:first-child th { background-color: #369; } +table.parameters td, table.parameters th { + padding: 0.2em 0.5em; +} + +table.parameters th { + background-color: #F0F0F0; +} + table.parameters td:first-child { font-family: monospace; }