Use new link tag; SimpleTable can now output docgen types other than gtk
svn: r13588
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user