Skip to content

Commit c3a31dd

Browse files
committed
Tweak rendering of framework logos
1 parent c36d322 commit c3a31dd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

source/css/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ li {
4545
margin: .75em 0;
4646
}
4747

48-
h4 small
49-
{
48+
h4 small {
5049
display: block;
5150
font-size: 60%;
5251
color: #888;
@@ -109,15 +108,15 @@ ul.avatars li a {
109108
}
110109

111110
.frameworks-logo-list {
112-
/* Clearfix */
113-
margin: 0 0 20px -20px;
114111
list-style: none;
112+
text-align: center;
113+
margin: 0;
115114
}
116115

117116
.frameworks-logo-list > li {
118117
vertical-align: middle;
119118
display: inline-block;
120-
margin: 0 0 0 20px;
119+
margin: 5px 10px 0 10px;
121120
}
122121
.frameworks-logo-list img {
123122
max-height: 60px;

source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>What is Stack?</h2>
7777
<h2>Works already with</h2>
7878

7979
{% spaceless %}
80-
<ul class="frameworks-logo-list">
80+
<ul class="frameworks-logo-list clearfix">
8181
<li><a href="http://symfony.com/"><img src="{{site.url}}/img/users/symfony.png" alt="Symfony 2" /></a></li>
8282
<li><a href="http://silex.sensiolabs.org/"><img src="{{site.url}}/img/users/silex.png" alt="Silex" /></a></li>
8383
<li><a href="http://laravel.com/"><img src="{{site.url}}/img/users/laravel.png" alt="Laravel 4" /></a></li>

0 commit comments

Comments
 (0)