提交 a02c3d09 编写于 作者: A Annabel Dunstone 提交者: Jacob Schatz

Fix graph columns

上级 596b2f46
......@@ -14,18 +14,27 @@
font-size: 10px;
}
#contributors-master {
@include make-md-column(12);
svg {
width: 100%;
}
}
#contributors {
.contributors-list {
margin: 0 0 10px;
list-style: none;
padding: 0;
svg {
width: 100%;
}
}
.person {
&:nth-child(even) {
float: right;
}
float: left;
@include make-md-column(6);
margin-top: 10px;
}
......
......@@ -22,7 +22,7 @@
%p.light
Commits to #{@ref}, excluding merge commits. Limited to 6,000 commits.
%input#brush_change{:type => "hidden"}
.graphs
.graphs.row
#contributors-master
#contributors.clearfix
%ol.contributors-list.clearfix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册