소스 검색

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) {
 
-    body {
+    body a {
       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) {
 
-    body {
+    body a {
       hyphens: auto;
     }
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.