1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:25:55 +00:00

set max-width of images in postContent to prevent side scrolling (for CDM)

This commit is contained in:
Andrew Dolgov
2008-09-09 04:11:18 +01:00
parent 762c9064d7
commit d0bd9acb41

View File

@@ -1121,6 +1121,11 @@ div.cdmContent {
margin : 0px 15px 5px 15px;
}
div.cdmContent img {
border-width : 0px;
max-width : 98%;
}
div.cdmContent:hover {
cursor : pointer;
}