Fix graph columns
This commit is contained in:
parent
596b2f46c8
commit
a02c3d09d3
2 changed files with 14 additions and 5 deletions
|
@ -14,18 +14,27 @@
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contributors-master {
|
||||||
|
@include make-md-column(12);
|
||||||
|
|
||||||
|
svg {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#contributors {
|
#contributors {
|
||||||
.contributors-list {
|
.contributors-list {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.person {
|
.person {
|
||||||
&:nth-child(even) {
|
@include make-md-column(6);
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
float: left;
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
%p.light
|
%p.light
|
||||||
Commits to #{@ref}, excluding merge commits. Limited to 6,000 commits.
|
Commits to #{@ref}, excluding merge commits. Limited to 6,000 commits.
|
||||||
%input#brush_change{:type => "hidden"}
|
%input#brush_change{:type => "hidden"}
|
||||||
.graphs
|
.graphs.row
|
||||||
#contributors-master
|
#contributors-master
|
||||||
#contributors.clearfix
|
#contributors.clearfix
|
||||||
%ol.contributors-list.clearfix
|
%ol.contributors-list.clearfix
|
||||||
|
|
Loading…
Reference in a new issue