소스 검색

Fix background color declaration.

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

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

@@ -66,10 +66,13 @@ table.parameters th {
table.parameters tr:first-child {
font-family: sans-serif;
font-size: 1.17em;
background-color: #369;
color: white;
}

table.parameters tr:first-child td {
background-color: #369;
}

table.parameters td:first-child {
font-family: monospace;
}


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