all repos — h3rald @ 1f19843836a65ce2fbc8f2417864211bd769034b

The sources of https://h3rald.com

Minor CSS tweaks for search results.
h3rald h3rald@h3rald.com
Fri, 28 Dec 2012 11:01:46 +0100
commit

1f19843836a65ce2fbc8f2417864211bd769034b

parent

60884c796ae5fe7743c614a501cab382d7889e94

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M content/styles/_vendor.scsscontent/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;