Remove highlighting from bullet lists

git-svn-id: http://svn.pyinstaller.org/trunk@787 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2010-03-13 15:54:28 +00:00
parent 2aea462adb
commit 2feb71d95e
+1 -4
View File
@@ -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 }