Skip to content

Commit

Permalink
Updated statistics styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 27, 2012
1 parent b37a5b6 commit 2c43085
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions assets/style.css
Expand Up @@ -15,7 +15,7 @@ h1 {
}

a:link, a:visited {
color: #2984b4;
color: #0084b4;
text-decoration: none;
}

Expand Down Expand Up @@ -81,9 +81,15 @@ div.header h1 {
}

#num-repos, #num-members {
font-size: 15px;
font-size: 14px;
font-weight: bold;
color: #2984b4;
color: #0084b4;
line-height: 15px;
}

#statistics p.email {
margin-top: 6px;
font-size: 11px;
}

#recently-updated h1 a {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -29,7 +29,7 @@ <h1>Statistics</h1>
<br>
<span id="num-members">&nbsp;</span> members
</p>
<p><a href="mailto:opensource@twitter.com">opensource@twitter.com</a></p>
<p class="email"><a href="mailto:opensource@twitter.com">opensource@twitter.com</a></p>
</div>

<div id="recently-updated" class="grid-2 omega header">
Expand Down

0 comments on commit 2c43085

Please sign in to comment.