From b3e781da3f40a9b6f2618d0e4eb6c11cc0468271 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 15 Sep 2014 00:18:12 -0500 Subject: [PATCH] Fix background color declaration. --- static/api.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/api.css b/static/api.css index a8fb221..f55ba93 100644 --- a/static/api.css +++ b/static/api.css @@ -66,10 +66,13 @@ table.parameters th { table.parameters tr:first-child { font-family: sans-serif; font-size: 1.17em; - background-color: #369; color: white; } +table.parameters tr:first-child td { + background-color: #369; +} + table.parameters td:first-child { font-family: monospace; }