From cf9c8e77654788868bdfd671cfd797dbb793bea7 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Fri, 23 Sep 2011 23:59:04 -0400 Subject: [PATCH] DOC: adjust default table styling for a cleaner look --- doc/source/themes/agogo/static/agogo.css_t | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 99d44d62..0a9e12ef 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -595,8 +595,23 @@ tt { font-size: 0.95em; } +table { + border-collapse: collapse; + margin-bottom: 1em; + margin-top: 1em; +} + +table, th, td { + border: 1px solid #ccc; +} + +th, td { + padding: 5px; +} + th { - background-color: #ede; + color: #333; + background-color: #eee; } #api-reference ul:first-child {