[html] use edged in text instead of rounded rectangles

This commit is contained in:
Hylke Bons 2011-03-16 23:58:42 +00:00
parent 887a487b86
commit 564a16ed92

View file

@ -23,16 +23,14 @@
} }
.day-entry-header { .day-entry-header {
background-color: #ccc; color: #d1d1d1;
color: #fff;
padding: 3px; padding: 3px;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
-webkit-border-radius: 25px; width: 90%;
width: 128px; text-shadow: 0 -1px 0 rgba( 0, 0, 0, 1.0),
font-weight: lighter; 0 1px 0 rgba(255, 255, 255, 1.0);
-webkit-box-shadow: 0px 1px 0px #aaa;
} }
.day-entry-content { .day-entry-content {