rework previous patch
This commit is contained in:
parent
13ce14e80b
commit
ea5c81028b
10
tt-rss.css
10
tt-rss.css
|
@ -537,11 +537,15 @@ div.helpResponse h2, div.infoBoxContents h2 {
|
||||||
font-size : 12pt;
|
font-size : 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
/* pre {
|
||||||
border : 1px solid #c0c0c0;
|
border : 1px solid #c0c0c0;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
margin : 5px 10px 5px 10px;
|
margin : 5px 10px 5px 10px;
|
||||||
|
} */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
margin : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.extSearch {
|
input.extSearch {
|
||||||
|
@ -791,6 +795,4 @@ div.postHeader td.postDate {
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent pre {
|
|
||||||
border-width : 0px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue