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/partials/top-bar.scss | 16 ++++++++-------- res/client/css/style.css | 15 ++++++--------- res/templates/index.html | 2 +- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index 46b18cec..a96d3055 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -7,14 +7,6 @@ background-color:$dark-grey; } -.doc-title{ - font-family: $semibold-font-family; - color: $light-grey; - margin-left: 40px; - padding: 10px; - font-size: $h3-size; -} - .user-area { float: right; margin: 3px $doc-margin 3px $doc-margin; @@ -50,3 +42,11 @@ left: -20px; top: -10px; } + +#doc-title{ + font-family: $semibold-font-family; + color: $light-grey; + margin-left: 40px; + padding: 10px; + font-size: $h3-size; +} 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; diff --git a/res/templates/index.html b/res/templates/index.html index 0169a436..83455961 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -10,7 +10,7 @@ suicide squade, attack! those who are about to cry, we kaput you.
-

Rhizi Prototype

+

Rhizi Prototype

-- cgit v1.3.1