From 7da2c0d544431a911142c19501a594b1ea79bed9 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 5 Feb 2012 02:51:58 -0500 Subject: [PATCH] DOC: Adjust link font in contentstable. --- doc/source/themes/agogo/static/agogo.css_t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index a1838105..23ebb175 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -421,12 +421,12 @@ table.contentstable p.biglink { line-height: 150%; } -table.contentstable { +table.contentstable, table.contentstable td, table.contentstable th { border-style: none; } -table.contentstable td, table.contentstable th { - border-style: none; +table.contentstable a { + font-size: 120%; } a.biglink {