fix width of headlinesList
This commit is contained in:
parent
46c1d541c4
commit
283dee70c8
|
@ -740,6 +740,10 @@ span.contentPreview:hover {
|
|||
color : #4684ff;
|
||||
}
|
||||
|
||||
table.headlinesList {
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
table.headlinesList td.hlMarkedPic {
|
||||
width : 25px;
|
||||
text-align : center;
|
||||
|
|
Loading…
Reference in New Issue