changeset 44 | 6e2c500adca0 |
43:4d262bdce7cf | 44:6e2c500adca0 |
---|---|
1 #our_table ul { |
|
2 margin: 0; |
|
3 } |
|
4 |
|
5 #our_table li { |
|
6 width:30px; |
|
7 height:30px; |
|
8 text-align:center; |
|
9 vertical-align:middle; |
|
10 background-color:#B0D1D3; |
|
11 display: inline-block; |
|
12 margin: 1px -1px; |
|
13 line-height: 30px; |
|
14 cursor: pointer; |
|
15 } |
|
16 |
|
17 #our_table li.highlighted { |
|
18 background-color:#2D7073; |
|
19 } |