mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
15 lines
290 B
CSS
15 lines
290 B
CSS
![]() |
.posts-day-heading{
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
background: #efefef;
|
||
|
padding: 15px;
|
||
|
/*border-bottom: 1px solid #e7eff2;*/
|
||
|
margin-bottom: 0;
|
||
|
border-radius: 3px 3px 0 0;
|
||
|
}
|
||
|
.empty-day-notice{
|
||
|
padding: 15px;
|
||
|
}
|
||
|
.posts-day .post:last-child{
|
||
|
border-radius: 0 0 3px 3px;
|
||
|
}
|