UI fixes after the merge

This commit is contained in:
Joseph Schorr 2015-04-20 13:26:48 -04:00
parent f8192a1140
commit 531ddadb8a
3 changed files with 19 additions and 17 deletions

View file

@ -6,21 +6,4 @@
.org-view h3 {
margin-bottom: 20px;
margin-top: 0px;
}
.org-view .section-description-header {
padding-left: 40px;
position: relative;
margin-bottom: 20px;
min-height: 50px;
}
.org-view .section-description-header:before {
font-family: FontAwesome;
content: "\f05a";
position: absolute;
top: -4px;
left: 6px;
font-size: 27px;
color: #888;
}