[log] add subtle shadow to date separators

This commit is contained in:
Hylke Bons 2011-02-11 01:50:08 +00:00
parent b51681c662
commit c0916e5dd4

View file

@ -24,14 +24,15 @@
.day-entry-header {
background-color: #ccc;
color: #f7f7f7;
color: #fff;
padding: 3px;
text-align: center;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 20px;
-webkit-border-radius: 25px;
width: 128px;
font-weight: lighter;
-webkit-box-shadow: 0px 1px 0px #aaa;
}
.day-entry-content {