Vulcan/packages/telescope-daily/lib/client/stylesheets/daily.css

15 lines
290 B
CSS
Raw Normal View History

2014-08-27 10:23:56 +09:00
.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;
}