fix(iconsPage): add same height for some blocks

pull/3/head
alex 2016-01-21 18:09:32 +03:00
parent 17ce71f065
commit f24922f060
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="row icons-list success">
<div class="row icons-list success awesomeIcons">
<div class="col-xs-2" ng-repeat="icon in icons.fontAwesomeIcons"><i class="fa {{icon}}"></i></div>
</div>
<a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank" class="see-all-icons">See all Font Awesome icons</a>

View File

@ -33,6 +33,10 @@ a.see-all-icons {
float: right;
}
.awesomeIcons{
height: 308px;
}
.kameleon-row {
width: 20%;
float: left;