Social buttons create by using Font-Awesome's social icons
A Pen by Ecaterina Moraru (Valica) on CodePen.
.changes-info-box::before, .changes-info-box::after { | |
content: '<'; | |
font-size: 100px; | |
color: #fff; | |
float: left; | |
font-weight: 700; | |
} | |
.changes-info-box::after { | |
content: '>'; |
[07/04/2017, 11:39:07] Ecaterina Moraru (Valica): <div class="diff-summary-item clearfix"> | |
<span class="fa fa-code-fork"></span> | |
Showing <a href="#details">2 changed pages</a> | |
<span class="diff-summary-item-hint"> | |
(2 modified, 0 added, 0 removed) | |
</span> | |
<div class="btn btn-default btn-xs pull-right" style=" | |
margin-top: -.3em; | |
"><span class="fa fa-undo"></span> Reset to default</div> | |
</div> |
$default_sort_order = '[ | |
"-webkit-animation", | |
"-moz-animation", | |
"-ms-animation", | |
"-o-animation", | |
"animation", | |
"-webkit-animation-delay", | |
"-moz-animation-delay", | |
"-ms-animation-delay", | |
"-o-animation-delay", |