[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 {
background-color: #ccc;
color: #fff;
color: #d1d1d1;
padding: 3px;
text-align: center;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 25px;
width: 128px;
font-weight: lighter;
-webkit-box-shadow: 0px 1px 0px #aaa;
width: 90%;
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 1.0),
0 1px 0 rgba(255, 255, 255, 1.0);
}
.day-entry-content {