1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 05:21:29 +00:00

cdmContentInner: limit width

This commit is contained in:
Andrew Dolgov
2013-03-16 19:02:31 +04:00
parent 1f45c8571f
commit 8c978c0c40

View File

@@ -136,3 +136,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
font-style : italic;
font-size : 11px;
}
div.cdmContentInner{
max-width : 650px;
}