浏览代码

hyphens just for links

Heydon Pickering 8 年之前
父节点
当前提交
4f0ec971a2
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 1 1
      themes/infusion/static/css/styles.css

+ 1 - 1
docs/css/styles.css

@@ -797,7 +797,7 @@ h1 svg {
 }
 }
 @media screen and (max-width: 45em) {
 @media screen and (max-width: 45em) {
 
 
-    body {
+    body a {
       hyphens: auto;
       hyphens: auto;
     }
     }
 
 

文件差异内容过多而无法显示
+ 0 - 0
docs/service-worker.js


+ 1 - 1
themes/infusion/static/css/styles.css

@@ -797,7 +797,7 @@ h1 svg {
 }
 }
 @media screen and (max-width: 45em) {
 @media screen and (max-width: 45em) {
 
 
-    body {
+    body a {
       hyphens: auto;
       hyphens: auto;
     }
     }
 
 

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