walkor 12 년 전
부모
커밋
0f541180ca
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      applications/Statistics/Web/css/style.css

+ 10 - 0
applications/Statistics/Web/css/style.css

@@ -0,0 +1,10 @@
+body {margin: 10px 0px}
+a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
+    background-color: #DDDDDD;
+    border-color: #DDDDDD;
+    color: #333333;
+    z-index: 2;
+}
+.nav {
+    margin-bottom: 10px;
+}