浏览代码

remove the leading indent of code element (#42)

rdhox 7 年之前
父节点
当前提交
57ff857391
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 0 0
      static/css/style.min.css
  2. 1 0
      static/less/style.less

文件差异内容过多而无法显示
+ 0 - 0
static/css/style.min.css


+ 1 - 0
static/less/style.less

@@ -114,6 +114,7 @@ pre {
 }
 
 code {
+  display: inline-block;
   background-color: @darker-fg-color;
   color: @bg-color;
   padding: 0.4rem 0.8rem 0.4rem 0.8rem;

部分文件因为文件数量过多而无法显示