diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:11:56 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:11:56 +0200 |
| commit | 7d43cea0710c4dcd60093a7533921219143decf6 (patch) | |
| tree | 7d9cf861ded865180837a7e484eab7ab1f04201d /res/client/css/partials | |
| parent | e8f7597425cf001b1c677e94797a30edf456dfe2 (diff) | |
only one doc-title, use css id
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 16 |
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; +} |
