Skip to content

Commit 964d4a3

Browse files
committed
twitter link visually separated from "special thanks" section on homepage
1 parent 3349af1 commit 964d4a3

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

index.php

+11-3
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,17 @@
172172
<p class='panel'><a href='/cal.php'>User Group Events</a></p>
173173
<p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
174174
<p class='panel social-media'>
175-
<a class='headline' href="https://twitter.com/official_php">
176-
<i class="icon-twitter"></i>
177-
</a>
175+
<span class='headline'>Social media</span>
176+
<div class='body'>
177+
<ul>
178+
<li>
179+
<a href="https://twitter.com/official_php">
180+
<i class="icon-twitter"></i>
181+
@official_php
182+
</a>
183+
</li>
184+
</ul>
185+
</div>
178186
</p>
179187
180188
SIDEBAR_DATA;

styles/home.css

+2-13
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,7 @@ aside.tips .mirror-sponsor {
128128
}
129129

130130
/* Social media buttons. */
131-
aside.tips .social-media {
132-
padding-top: 2em;
133-
}
134-
135-
aside.tips .social-media a {
136-
border-bottom: 0;
137-
}
138-
139-
aside.tips .panel.social-media > a:after {
140-
display: none;
141-
}
142-
143-
aside.tips .social-media .headline {
131+
aside.tips .social-media .icon-twitter {
144132
font-size: 1.5em;
133+
vertical-align: middle;
145134
}

styles/theme-medium.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ aside.tips a {
410410
color:#ccc;
411411
border-bottom:1px dotted #666;
412412
}
413-
aside.tips .panel > a:after {
413+
aside.tips .panel > a:after,
414+
aside.tips .panel > span:after {
414415
content:" ";
415416
display:block;
416417
border-bottom:1px dotted #666;

0 commit comments

Comments
 (0)