]> git.wh0rd.org - tt-rss.git/blobdiff - css/zoom.css
generate base css files using lessc
[tt-rss.git] / css / zoom.css
index 0591eef83579916c47a3bb5206bc3753b0250eae..9d9e8948add3762880e1431a47e207a11a312bab 100644 (file)
@@ -2,7 +2,7 @@ body#ttrssZoom {
        margin-left : auto;
        margin-right : auto;
        padding : 20px;
-       max-width : 670px;
+       max-width : 770px;
        background : #f5f5f5;
 }
 
@@ -43,7 +43,6 @@ body#ttrssZoom div.postContent {
 }
 
 body#ttrssZoom div.postContent p {
-       max-width : 650px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -61,6 +60,7 @@ body#ttrssZoom div.postReply {
        border : 1px solid #ddd;
        background : white;
        box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
+       border-radius : 6px;
 }
 
 body#ttrssZoom div.footer {
@@ -69,7 +69,7 @@ body#ttrssZoom div.footer {
 }
 
 body#ttrssZoom div.postContent img {
-       max-width : 630px;
+       max-width : 730px;
        height : auto;
 }