summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 19:02:31 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 19:02:31 +0400
commit8c978c0c40e0e64264b4993fc0a57712181ea866 (patch)
tree7275e0e6a4c1d4569a155fab869ea817f0e45d5c /cdm.css
parent1f45c8571f7e59f0b01dc7ced421e08b162ce01d (diff)
cdmContentInner: limit width
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 109d890b7..954d4fe2d 100644
--- a/cdm.css
+++ b/cdm.css
@@ -136,3 +136,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
font-style : italic;
font-size : 11px;
}
+
+div.cdmContentInner{
+ max-width : 650px;
+}