소스 검색

make null format look nice by default

Carsten Brandt 12 년 전
부모
커밋
9bacb2c51f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      web/css/site.css

+ 5 - 0
web/css/site.css

@@ -19,6 +19,11 @@ body {
 	padding: 14px 24px;
 }
 
+.not-set {
+	color: #c55;
+	font-style: italic;
+}
+
 /* add sorting icons to gridview sort links */
 a.asc:after, a.desc:after {
     position: relative;