소스 검색

Add highlighted lines to css rules.

tags/v1.0^2
Benjamin Attal 10 년 전
부모
커밋
bc1ed0bff9
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      static/css/lib/highlight.css

+ 3
- 2
static/css/lib/highlight.css 파일 보기

@@ -1,7 +1,8 @@
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 125%; }
.hll { background-color: #49483e }
pre { line-height: 125% }
.highlighttable { background-color: #49483e; width: inherit; }
.hll { background-color: rgba(255, 255, 0, 0.5); width: inherit; display: block; }
{ background: #272822; color: #f8f8f2 }
.c { color: #75715e } /* Comment */
.err { color: #960050; background-color: #1e0010 } /* Error */


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