Use new link tag; SimpleTable can now output docgen types other than gtk

svn: r13588
This commit is contained in:
Doug Blank
2009-11-15 13:18:59 +00:00
parent 406e46eac9
commit a96eb41a7f
4 changed files with 19 additions and 5 deletions

View File

@@ -323,11 +323,17 @@ table tr td.TableHeaderCell {
}
table tr td.TableDataCell {
color: #f8eec9;
color: #7D5925;
background-color: white;
border:solid 2px #7D5925;
font-size: 0.8em;
}
table tr td.TableDataCell a {
color: black;
text-decoration: none;
}
table.infolist tr th a {
text-decoration:none;
}