1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00

code review

This commit is contained in:
gorhill 2015-01-07 12:13:13 -05:00
parent d639c63670
commit 6701ff4308

View File

@ -44,19 +44,24 @@ body {
} }
#content table tr td { #content table tr td {
border: 1px solid #ccc; border: 1px solid #ccc;
hyphens: none;
padding: 3px; padding: 3px;
vertical-align: top; vertical-align: top;
}
#content table tr td:nth-of-type(1) {
white-space: normal; white-space: normal;
width: 25%;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }
#content table tr td:nth-of-type(1) { #content table tr td:nth-of-type(2) {
width: 15%; white-space: nowrap;
} }
#content table tr td:nth-of-type(3) { #content table tr td:nth-of-type(3) {
border-right: none; border-right: none;
width: 75%; white-space: normal;
width: 60%;
word-break: break-all;
word-wrap: break-word;
} }
#content table tr td:nth-of-type(3) b { #content table tr td:nth-of-type(3) b {
font-weight: normal; font-weight: normal;