소스 검색

Updated Table in Readme

Yoginth 7 년 전
부모
커밋
f1a831bc7b
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/css/gitote.min.css
  2. 4 0
      public/less/_base.less

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
public/css/gitote.min.css


+ 4 - 0
public/less/_base.less

@@ -6,6 +6,10 @@ body:not(.full-width) {
 	min-width: 1020px;
 }
 
+table {
+	border-spacing: 0;
+}
+
 .ui.container:not(.fluid) {
 	width: 980px !important;
 }