walkor 11 年之前
父節點
當前提交
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;
+}