Tweak calendar design
This commit is contained in:
parent
4ca408b8fe
commit
54428c2bab
|
@ -67,14 +67,16 @@ figure.calendar {
|
||||||
|
|
||||||
.calendar ul li .day{
|
.calendar ul li .day{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.5em;
|
width: 1.75em;
|
||||||
height: 1.5em;
|
height: 1.75em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.5em;
|
line-height: 1.75em;
|
||||||
background: #038;
|
background: #89a;
|
||||||
|
background: #9ab;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 0.75em;
|
border-radius: 0.875em;
|
||||||
margin-bottom: 0.1em;
|
margin-bottom: 0.1em;
|
||||||
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar ul li section {
|
.calendar ul li section {
|
||||||
|
|
Loading…
Reference in New Issue