author | nowmad@nowmads-macbook-pro.local |
Tue, 15 Dec 2015 17:20:27 +0100 | |
changeset 53 | 30e7ac1ff04a |
parent 44 | 6e2c500adca0 |
permissions | -rw-r--r-- |
44 | 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 |
} |