Temp fix for section description headers

This commit is contained in:
Joseph Schorr 2015-04-08 15:52:57 -04:00
parent 0f49beaaa8
commit 1f3f0a4d65
2 changed files with 4 additions and 2 deletions

View file

@ -12,13 +12,14 @@
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: 2px;
top: -4px;
left: 6px;
font-size: 27px;
color: #888;

View file

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