mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
code review
This commit is contained in:
parent
d639c63670
commit
6701ff4308
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user