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-19 20:10:48 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-01-19 20:10:48 +0300
commitf077fd1bdea13e31ba2b5f7c8f3a2599ca939e30 (patch)
tree199fa30c627167e0b780e46de172f860dc6e499f /content
parent52b126abfc9eb0bc22fd891563b7abc8a1a5243b (diff)
remove text-center, remove border from breadcrumbs
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index f479c8e6..4f749534 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -182,7 +182,7 @@ h6 {
border-top: 1px solid $hr-border-color;
padding-top: 20px;
margin-top: 15px;
- text-align: center;
+ // text-align: center;
a::before {
content: "\f044";
font-family: FontAwesome;
@@ -254,7 +254,6 @@ h6 {
.breadcrumbs {
margin: 0;
order: -3;
- border-bottom: 1px solid $border-color;
font-style: italic;
li {