소스 검색

Typo fix; font style change.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
e572167078
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      static/api.css

+ 2
- 1
static/api.css 파일 보기

@@ -28,7 +28,7 @@ span.resp-dtype:before, span.resp-cond:before {
content: "(";
}

span.resp-dtype:after, span.resp-cond:before {
span.resp-dtype:after, span.resp-cond:after {
content: ")";
}

@@ -38,6 +38,7 @@ span.resp-desc {

span.resp-cond {
color: #900;
font-style: italic;
}

span.param-key {


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