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