Fixed a border dashed style for Attributes list.

svn: r15601
This commit is contained in:
Rob G. Healey 2010-06-29 00:05:33 +00:00
parent c0d86a8993
commit f32dbb3eaa

View File

@ -982,7 +982,7 @@ table.attrlist {
width: 100%;
}
table.attrlist tbody tr td {
border: dashed 1px #000;
border-bottom: dashed 1px #000;
}
table.attrlist tbody tr td.ColumnType {
width: 15%;