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 {
|
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user