File tree 3 files changed +15
-17
lines changed
3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 172
172
<p class='panel'><a href='/cal.php'>User Group Events</a></p>
173
173
<p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
174
174
<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>
178
186
</p>
179
187
180
188
SIDEBAR_DATA ;
Original file line number Diff line number Diff line change @@ -128,18 +128,7 @@ aside.tips .mirror-sponsor {
128
128
}
129
129
130
130
/* 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 {
144
132
font-size : 1.5em ;
133
+ vertical-align : middle;
145
134
}
Original file line number Diff line number Diff line change @@ -410,7 +410,8 @@ aside.tips a {
410
410
color : # ccc ;
411
411
border-bottom : 1px dotted # 666 ;
412
412
}
413
- aside .tips .panel > a : after {
413
+ aside .tips .panel > a : after ,
414
+ aside .tips .panel > span : after {
414
415
content : " " ;
415
416
display : block;
416
417
border-bottom : 1px dotted # 666 ;
You can’t perform that action at this time.
0 commit comments