From 2feb71d95e921bd8754e0c6d10fe528a06c6a48c Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Sat, 13 Mar 2010 15:54:28 +0000 Subject: [PATCH] Remove highlighting from bullet lists git-svn-id: http://svn.pyinstaller.org/trunk@787 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- doc/stylesheets/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/stylesheets/default.css b/doc/stylesheets/default.css index 94e8bac..25fcc1a 100644 --- a/doc/stylesheets/default.css +++ b/doc/stylesheets/default.css @@ -34,12 +34,9 @@ h4 { font-size: 11pt; } -ul {background: #FFD596;} - -ul, a:link, a:visited { color: #006699; } +a:link, a:visited { color: #006699; } a:hover {background-color:#006699; color:white;} -li { color: #006699; margin-left: 2 em; } table { font-size: 12pt; } table.option-list kbd {padding: 3px; background: #FFD596; white-space: nowrap }