소스 검색

Fixed CSS counters in articles

master
Henner M. Kruse 4 년 전
부모
커밋
ba1ca4b752
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      static/css/site.css

+ 4
- 4
static/css/site.css 파일 보기

@@ -224,14 +224,14 @@ footer.post-info {
padding: 1rem;
}

.entry-title {
text-align: center;
}

/*
* Links
*/

.entry-content {
counter-reset: entrylinks 0 figures 0 tables 0 listings 0;
}

.entry-content a {
counter-increment: entrylinks;
text-decoration: none;


불러오는 중...
취소
저장