mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
26 lines
381 B
CSS
Executable file
26 lines
381 B
CSS
Executable file
ul.stats {
|
|
list-style-type: none;
|
|
position: relative;
|
|
height: 200px;
|
|
}
|
|
|
|
ul.stats li {
|
|
background-color: #383735;
|
|
width: 9%;
|
|
display: inline-block;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
ul.stats li span {
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
ul.stats li span.date {
|
|
margin-top: -2em;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
ul.stats li span.num {
|
|
color: white;
|
|
}
|