Browse Source

Fix code size in comment

HelloZeroNet 8 years ago
parent
commit
6a5a89dff8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/ZeroBlog.css
  2. 1 1
      css/all.css

+ 1 - 1
css/ZeroBlog.css

@@ -137,7 +137,7 @@ a:hover { color: #3498db }
 
 code {
 	background-color: #f5f5f5; border: 1px solid #ccc; padding: 0px 5px; overflow: auto; border-radius: 2px; display: inline-block;
-	color: #444; font-weight: normal; font-size: 60%; vertical-align: text-bottom; border-bottom-width: 2px;
+	color: #444; font-weight: normal; font-size: 13px; vertical-align: text-bottom; border-bottom-width: 2px;
 }
 .post .body pre { table-layout: fixed; width: auto; display: table; white-space: normal; }
 .post .body pre code { padding: 10px 20px; white-space: pre; max-width: 850px }

+ 1 - 1
css/all.css

@@ -252,7 +252,7 @@ a:hover { color: #3498db }
 
 code {
 	background-color: #f5f5f5; border: 1px solid #ccc; padding: 0px 5px; overflow: auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px ; display: inline-block;
-	color: #444; font-weight: normal; font-size: 60%; vertical-align: text-bottom; border-bottom-width: 2px;
+	color: #444; font-weight: normal; font-size: 13px; vertical-align: text-bottom; border-bottom-width: 2px;
 }
 .post .body pre { table-layout: fixed; width: auto; display: table; white-space: normal; }
 .post .body pre code { padding: 10px 20px; white-space: pre; max-width: 850px }