From 02f61fa413b85bc9b83e71700c7b9f730bb89fa0 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Thu, 12 May 2011 16:55:32 -0400 Subject: [PATCH] Lightened up box around method prototype --- Tools/Documentation/doxygen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Documentation/doxygen.css b/Tools/Documentation/doxygen.css index 5951918c7..6221fafd1 100644 --- a/Tools/Documentation/doxygen.css +++ b/Tools/Documentation/doxygen.css @@ -470,7 +470,7 @@ table.memberdecls { border-top: 1px solid #ccc; padding: 6px 0px 6px 0px; color: #253554; - background-color: #f6f6f6; + background-color: #fbfbfb; font-family: Consolas, "Lucida Console"; font-weight: bold; }