OSDN Git Service

テストケースを追加した
[webchat/WebChat.git] / public / stylesheets / admin.css
1 #tabs ul{
2         list-style: none;
3         margin:0;
4         padding:0;
5 }
6
7 .inactive_tab {
8         display: inline;
9         border:thin solid #808080;
10 }
11
12 .active_tab {
13         display: inline;
14         border:thin solid #000000;
15 }
16
17 #logs_tab,#banlist_tab,#roomlist_tab
18 {
19         border:thin solid #000000;
20 }