Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-01-17 22:02:08 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-01-17 22:02:08 +0300
commit6809ae12515c934afc7747eaa0838d263f0a7880 (patch)
tree71292e87e9eff8060323499a761890b4188a319d /content
parent79ed56d047c798d4cb45b7d96fe885ba9391efe3 (diff)
change CSS orders :)
turns out the order values should be negative to have the elements at the top
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index e49be1df..9d0cc505 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -249,7 +249,8 @@ h6 {
.breadcrumbs {
margin: 0;
- order: 1;
+ order: -3;
+ border-bottom: 1px solid $border-color;
li {
margin-top: 20px;
@@ -413,8 +414,13 @@ h6 {
.article-metadata {
color: $article-metadata;
display: block;
- order: 2;
+ order: -1;
+ font-style: italic;
}
+.main h1 {
+ order: -2;
+}
+//
// Override bootstrap's alert color
.alert {