summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-08 16:11:56 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-08 16:11:56 +0200
commit7d43cea0710c4dcd60093a7533921219143decf6 (patch)
tree7d9cf861ded865180837a7e484eab7ab1f04201d /res/client/css/partials
parente8f7597425cf001b1c677e94797a30edf456dfe2 (diff)
only one doc-title, use css id
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/top-bar.scss16
1 files changed, 8 insertions, 8 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;
+}