Commit 6f642fd4 authored by Annabel Dunstone's avatar Annabel Dunstone Committed by Jacob Schatz

Add new style for sub header block info

parent a02c3d09
...@@ -97,6 +97,17 @@ ...@@ -97,6 +97,17 @@
} }
} }
.sub-header-block {
background-color: $white-light;
border-bottom: 1px solid $white-dark;
margin: 11px 0;
padding-bottom: 11px;
.oneline {
line-height: 35px;
}
}
.cover-block { .cover-block {
text-align: center; text-align: center;
background: $background-color; background: $background-color;
......
...@@ -111,10 +111,6 @@ ...@@ -111,10 +111,6 @@
width: 50%; width: 50%;
line-height: 28px; line-height: 28px;
&.wiki-page {
padding: 16px 10px 11px;
}
/* Small devices (phones, tablets, 768px and lower) */ /* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) { @media (max-width: $screen-sm-min) {
width: 100%; width: 100%;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render 'head' = render 'head'
%div{ class: (container_class) } %div{ class: (container_class) }
.row-content-block.append-bottom-default .sub-header-block
.oneline .oneline
A collection of graphs for Continuous Integration A collection of graphs for Continuous Integration
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render 'head' = render 'head'
%div{ class: (container_class) } %div{ class: (container_class) }
.row-content-block.append-bottom-default .sub-header-block
.tree-ref-holder .tree-ref-holder
= render 'shared/ref_switcher', destination: 'graphs_commits' = render 'shared/ref_switcher', destination: 'graphs_commits'
%ul.breadcrumb.repo-breadcrumb %ul.breadcrumb.repo-breadcrumb
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render 'head' = render 'head'
%div{ class: (container_class) } %div{ class: (container_class) }
.row-content-block.append-bottom-default .sub-header-block
.oneline .oneline
Programming languages used in this repository Programming languages used in this repository
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render 'head' = render 'head'
%div{ class: (container_class) } %div{ class: (container_class) }
.row-content-block.append-bottom-default .sub-header-block
.tree-ref-holder .tree-ref-holder
= render 'shared/ref_switcher', destination: 'graphs' = render 'shared/ref_switcher', destination: 'graphs'
%ul.breadcrumb.repo-breadcrumb %ul.breadcrumb.repo-breadcrumb
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
%div{ class: (container_class) } %div{ class: (container_class) }
.top-area .top-area
.nav-text.wiki-page .nav-text
%strong %strong
- if @page.persisted? - if @page.persisted?
= link_to @page.title.capitalize, namespace_project_wiki_path(@project.namespace, @project, @page) = link_to @page.title.capitalize, namespace_project_wiki_path(@project.namespace, @project, @page)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render 'nav' = render 'nav'
%div{ class: (container_class) } %div{ class: (container_class) }
.row-content-block .sub-header-block
%span.oneline %span.oneline
Git access for Git access for
%strong= @project_wiki.path_with_namespace %strong= @project_wiki.path_with_namespace
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.pull-right .pull-right
= render "shared/clone_panel", project: @project_wiki = render "shared/clone_panel", project: @project_wiki
.git-empty.prepend-top-default .prepend-top-default
%fieldset %fieldset
%legend Install Gollum: %legend Install Gollum:
%pre.dark %pre.dark
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment