drake %!s(int64=4) %!d(string=hai) anos
pai
achega
c41acbf988
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      docs/css/extra.css

+ 4 - 2
docs/css/extra.css

@@ -53,7 +53,7 @@
 
 /*布局*/
 .md-grid {
-    max-width: 150em !important;
+    max-width: 120em !important;
 }
 
 /*表格*/
@@ -73,6 +73,7 @@ table tr:nth-child(2n), thead {
     text-align: left;
     display: table;
     box-shadow:none;
+    font-size: 12px;
 }
 .md-typeset table:not([class]) th {
     border: 1px solid #dfe2e5;
@@ -115,7 +116,7 @@ table tr:nth-child(2n), thead {
     font-size: 12px;
 }
 .md-typeset pre {
-    line-height: 1.4;
+    line-height: 1.6;
 }
 
 /*标签*/
@@ -123,6 +124,7 @@ table tr:nth-child(2n), thead {
     border-bottom: 2px solid transparent;
     color: var(--md-typeset-color);
     line-height: 1.3;
+    font-size: 12px;
     margin-bottom: .8em;
     font-weight:normal;
 }