소스 검색

Added no-hyphens CSS class

master
Said Achmiz 5 년 전
부모
커밋
fa1ccf6bde
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      assets/css/main.css

+ 6
- 0
assets/css/main.css 파일 보기

@@ -324,6 +324,12 @@ hr {
clear: both;
}

.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}

/*=-----------------=*/
/* Copyright notice. */
/*=-----------------=*/

Loading…
취소
저장