mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 02:21:19 +02:00
css: position imgs in article content as block element
This commit is contained in:
parent
ac49453bd8
commit
16b59fc8f6
6
cdm.css
6
cdm.css
@ -29,6 +29,12 @@ div.cdmContentInner {
|
|||||||
margin : 0px 10px 10px 10px;
|
margin : 0px 10px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmContentInner img {
|
||||||
|
border-width : 0px;
|
||||||
|
max-width : 98%;
|
||||||
|
display : block;
|
||||||
|
}
|
||||||
|
|
||||||
div.cdmFooter {
|
div.cdmFooter {
|
||||||
background : #f9f9f9;
|
background : #f9f9f9;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
|
@ -46,6 +46,7 @@ div.postReply div.postContent {
|
|||||||
div.postReply div.postContent img {
|
div.postReply div.postContent img {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
max-width : 98%;
|
max-width : 98%;
|
||||||
|
display : block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply div.postIcon {
|
div.postReply div.postIcon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user