1
0
Эх сурвалжийг харах

remove the width constraints in markdown rendering

Signed-off-by: Le Tan <[email protected]>
Le Tan 9 жил өмнө
parent
commit
11bb7b4df9

+ 0 - 6
src/resources/markdown.css

@@ -3,7 +3,6 @@ body{
     font-family: Georgia, Palatino, serif;
     color: #444444;
     line-height: 1;
-    max-width: 960px;
     padding: 30px;
 }
 h1, h2, h3, h4 {
@@ -58,11 +57,9 @@ li ul, li ul {
 p, ul, ol {
     font-size: 16px;
     line-height: 24px;
-    max-width: 800px;
 }
 pre {
     padding: 0px 24px;
-    max-width: 800px;
     white-space: pre-wrap;
     background-color: #f8f8f8;
     border-radius: 3px;
@@ -93,7 +90,6 @@ blockquote {
     border-left:.5em solid #eee;
     padding: 0 2em;
     margin-left:0;
-    max-width: 600;
 }
 blockquote  cite {
     font-size:14px;
@@ -106,10 +102,8 @@ blockquote cite:before {
 
 blockquote p {
     color: #666;
-    max-width: 590px;
 }
 hr {
-    width: 800;
     text-align: left;
     margin: 0 auto 0 0;
     color: #999;