Minor CSS tweaks for search results.
h3rald h3rald@h3rald.com
Fri, 28 Dec 2012 11:01:46 +0100
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
content/styles/_vendor.scss
→
content/styles/_vendor.scss
@@ -46,7 +46,10 @@ * {
font-family: $font-family; font-size: $font-size; } - .gs-snippet { + table, td, tr, th { + border: none; + padding: 0; + background: none; } a.gs-title { color: $link-color;