html: style tweaks

This commit is contained in:
Hylke Bons 2012-01-26 15:39:13 +00:00
parent 8f9ac10a0c
commit aa589f7dcb

View file

@ -93,7 +93,7 @@
}
body {
background-color: #fff;
background-color: #fafafa;
color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->;
font-family: <!-- $body-font-family -->;
@ -160,15 +160,15 @@
.event-entry {
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px <!-- $secondary-font-color --> solid;
width: 95%;
border-bottom: 1px #ddd solid;
width: 99%;
margin-left: auto;
margin-right: auto;
padding-left: 72px;
padding-right: 12px;
background-repeat: no-repeat;
background-position: 12px top;
display: block;
display: block;
}
.action {