Skip to content
Snippets Groups Projects
Commit 6f642fd4 authored by Annabel Dunstone's avatar Annabel Dunstone Committed by Jacob Schatz
Browse files

Add new style for sub header block info

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