Skip to content

Commit

Permalink
twitter link visually separated from "special thanks" section on home…
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
salathe committed Apr 17, 2015
1 parent 3349af1 commit 964d4a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
14 changes: 11 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,17 @@
<p class='panel'><a href='/cal.php'>User Group Events</a></p>
<p class='panel'><a href='/thanks.php'>Special Thanks</a></p>
<p class='panel social-media'>
<a class='headline' href="https://twitter.com/official_php">
<i class="icon-twitter"></i>
</a>
<span class='headline'>Social media</span>
<div class='body'>
<ul>
<li>
<a href="https://twitter.com/official_php">
<i class="icon-twitter"></i>
@official_php
</a>
</li>
</ul>
</div>
</p>
SIDEBAR_DATA;
Expand Down
15 changes: 2 additions & 13 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,7 @@ aside.tips .mirror-sponsor {
}

/* Social media buttons. */
aside.tips .social-media {
padding-top: 2em;
}

aside.tips .social-media a {
border-bottom: 0;
}

aside.tips .panel.social-media > a:after {
display: none;
}

aside.tips .social-media .headline {
aside.tips .social-media .icon-twitter {
font-size: 1.5em;
vertical-align: middle;
}
3 changes: 2 additions & 1 deletion styles/theme-medium.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ aside.tips a {
color:#ccc;
border-bottom:1px dotted #666;
}
aside.tips .panel > a:after {
aside.tips .panel > a:after,
aside.tips .panel > span:after {
content:" ";
display:block;
border-bottom:1px dotted #666;
Expand Down

0 comments on commit 964d4a3

Please sign in to comment.