summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-27 01:44:03 -0200
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-31 16:55:50 -0200
commit94dcadd62ac66cc5c52579ae9c288314bbca0c20 (patch)
tree2fe2ea2675ebaf2640a46f0fd8b6051af187514c /app/assets
parent84cc7c3704cc0cc22a325572f35cd21d0e2a6cc7 (diff)
downloadgitlab-ce-94dcadd62ac66cc5c52579ae9c288314bbca0c20.tar.gz
Add a breadcrumb at projects/wikis/show.html.haml
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 369fb44d818..480cb2b9f0d 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -17,6 +17,11 @@
@extend .top-area;
position: relative;
+ .wiki-breadcrumb {
+ border-bottom: 1px solid $white-normal;
+ padding: 11px 0;
+ }
+
.wiki-page-title {
margin: 0;
font-size: 22px;