Skip to content

Commit bc4610a

Browse files
committed
Change default vertical alignment of various datatracker tables
for better readability. - Legacy-Id: 2971
1 parent 7696286 commit bc4610a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lars/static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ form#search_form { padding-top: 4px; padding-bottom: 4px; }
9494
table.ietf-table { border-collapse:collapse; border:1px solid #7f7f7f; }
9595
.ietf-table tr.evenrow { background-color: #EDF5FF; }
9696
.ietf-table tr.oddrow { background-color: white; }
97-
.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; }
97+
.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; vertical-align: top; }
9898
.ietf-table th { color:white; background: #2647A0; text-align:left; padding:3px 6px; border-right: 1px solid #7f7f7f; }
9999

100100
.ietf-doctable tr.header { border-top: 1px solid #7f7f7f; border-bottom: 1px solid #7f7f7f; border-left: 1px solid white; border-right:2px solid white;}

0 commit comments

Comments
 (0)