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 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'res/client/css/partials') 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; +} -- cgit v1.3.1