summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 11:41:04 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 11:41:04 +0300
commit16b59fc8f6eeb152f98425cf3945364f15be53da (patch)
treed7b31113637cd9dc6625e98bb134aac86944d0a1 /cdm.css
parentac49453bd8af68270eb6e5c0564394e3e8b1b0a8 (diff)
css: position imgs in article content as block element
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 2795b378c..193dfa94c 100644
--- a/cdm.css
+++ b/cdm.css
@@ -29,6 +29,12 @@ div.cdmContentInner {
margin : 0px 10px 10px 10px;
}
+div.cdmContentInner img {
+ border-width : 0px;
+ max-width : 98%;
+ display : block;
+}
+
div.cdmFooter {
background : #f9f9f9;
padding : 5px;