1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +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 {
border: 1px solid #ccc;
hyphens: none;
padding: 3px;
vertical-align: top;
}
#content table tr td:nth-of-type(1) {
white-space: normal;
width: 25%;
word-break: break-all;
word-wrap: break-word;
}
#content table tr td:nth-of-type(1) {
width: 15%;
#content table tr td:nth-of-type(2) {
white-space: nowrap;
}
#content table tr td:nth-of-type(3) {
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 {
font-weight: normal;