Improve visual separation of entries.

Add some extra padding and a red (#BC1518) border to the bottom of each
entry to provide better visual separation.

Change-Id: I44d0aaefe07e9f4caaeab09f793370ffc3cc654c
This commit is contained in:
Neill Cox 2014-09-10 11:42:58 +10:00
parent f1339b37c6
commit e01aa83cea
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ img.face {
.entry {
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 2px solid #BC1518;
}
.entry .date {