Adding style for publish Date

This commit is contained in:
Thomas Pointhuber 2014-03-14 10:04:36 +01:00
parent b88146d669
commit c54baf6301
3 changed files with 10 additions and 0 deletions

View file

@ -64,6 +64,9 @@
// Url to result
@color-result-url-font: #C0392B;
// Publish Date
@color-result-publishdate-font: #888;
// Images
@color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
@color-result-image-span-font: #FFF;

View file

@ -248,6 +248,12 @@ a {
word-wrap:break-word;
color: @color-result-url-font;
}
.published_date {
font-size: 0.8em;
color: @color-result-publishdate-font;
margin: 5px 20px;
}
}
.engines {