From 767610564745df76f5cd55caad5c157e4c4961e7 Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Wed, 18 Jun 2014 12:04:32 +0200 Subject: [PATCH] =?UTF-8?q?css:=20bikeshedding=20avec=20Mika=C3=ABl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/css/vidjil.less | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index 1f1f25538..e67c69a6b 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -21,6 +21,21 @@ body { background : @border; } + +/* texts that are not sequences nor identifiers */ + +#info, #popup-msg, .menu, .menu a +{ + font-family: ubuntulight, Arial, Helvetica, Sans-serif; +} + +a +{ + font-family: ubuntumedium, Arial, Helvetica, Sans-serif; +} + + + h2 { margin-top: 2px; @@ -102,7 +117,6 @@ max-height: calc(~"100%" - @margin) /* left-container - info */ #info{ - font-family: ubuntumedium, Arial, Helvetica, Sans-serif; font-size: 13px; height :200px; padding:3px; @@ -341,7 +355,6 @@ max-height: calc(~"100%" - @margin) overflow-y : scroll; overflow-x : hidden; height : 100%; - font-weight: bold; padding:2px; } -- GitLab