From a3c36a8c75a91503fc8f8fdf343010af7d5c669f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de> Date: Wed, 7 Jun 2017 09:20:30 +0200 Subject: [PATCH] Heterogene View: Werbung-Styles --- public/css/material-default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/material-default.css b/public/css/material-default.css index e7fa43eae..3392266ef 100644 --- a/public/css/material-default.css +++ b/public/css/material-default.css @@ -107,6 +107,8 @@ body { font-weight: 400; margin: 0px; padding: 0px; + text-overflow: ellipsis; + overflow: hidden; } .result-description { @@ -118,6 +120,10 @@ body { } +.result-source a { + color: hsl(0, 0%, 13%); +} + .result-thumbnail { position: absolute; right: 16px; -- GitLab