Showing
2 changed files
with
10 additions
and
2 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | border-bottom: 1px solid #e0e0e0; | 5 | border-bottom: 1px solid #e0e0e0; |
6 | } | 6 | } |
7 | 7 | ||
8 | -.icons-item { | 8 | +.icons-item-eight { |
9 | float: left; | 9 | float: left; |
10 | margin-bottom: 10px; | 10 | margin-bottom: 10px; |
11 | width: 25%; | 11 | width: 25%; |
@@ -13,6 +13,14 @@ | @@ -13,6 +13,14 @@ | ||
13 | text-align: center; | 13 | text-align: center; |
14 | } | 14 | } |
15 | 15 | ||
16 | +.icons-item-ten { | ||
17 | + float: left; | ||
18 | + margin-bottom: 10px; | ||
19 | + width: 20%; | ||
20 | + height: 146px; | ||
21 | + text-align: center; | ||
22 | +} | ||
23 | + | ||
16 | .imagebar { | 24 | .imagebar { |
17 | display: block; | 25 | display: block; |
18 | margin: 0 auto; | 26 | margin: 0 auto; |
1 | <div class="icons-wrapper"> | 1 | <div class="icons-wrapper"> |
2 | <ul class="icons-list clearfix"> | 2 | <ul class="icons-list clearfix"> |
3 | {{#list}} | 3 | {{#list}} |
4 | - <li class="icons-item"><a href="{{url}}" class="imagebar"><img src="{{img}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> | 4 | + <li class="{{className}}"><a href="{{url}}" class="imagebar"><img src="{{img}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> |
5 | {{/list}} | 5 | {{/list}} |
6 | </ul> | 6 | </ul> |
7 | </div> | 7 | </div> |
-
Please register or login to post a comment