From 7d43cea0710c4dcd60093a7533921219143decf6 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 8 Feb 2015 16:11:56 +0200 Subject: only one doc-title, use css id --- res/client/css/style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 6a6f81ea..ea845969 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -791,15 +791,6 @@ body.debug .debug-ui-right { min-height: 36px; background-color: #363636; } -.doc-title { - float: left; - font-family: "Source_Semibold", sans-serif; - color: #f5f5fa; - margin-left: 40px; - font-size: 18px; - padding: 10px; - } - .user-area { float: right; margin: 3px 70px 3px 70px; } @@ -831,6 +822,12 @@ body.debug .debug-ui-right { left: -20px; top: -10px; } +#doc-title { + font-family: "Source_Semibold", sans-serif; + color: #f5f5fa; + margin-left: 40px; + padding: 10px; + font-size: 18px; } #org-logo__CRI { position: fixed; bottom: 10px; -- cgit v1.3.1