Skip to content

Commit

Permalink
logo/title links back to home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
reednj committed May 27, 2010
1 parent 4a41c39 commit 7b2942b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions web/css/so-count.css
Expand Up @@ -16,6 +16,10 @@
padding-right: 8px;
}

.so-title a {
color: black !important;
}

.so-sub-title {
text-align: right;
font-size: 9pt;
Expand All @@ -37,6 +41,11 @@

}

.so-counter-list {
text-align: right;
margin-right: 16px
}

.so-counter {
font-size: 42pt;
}
Expand Down
4 changes: 2 additions & 2 deletions web/index.rhtml
Expand Up @@ -132,7 +132,7 @@ end
<div class="wrapper">

<div class='so-header'>
<div class='so-title left'> analytics<b>overflow</b><% print "/<span style='color:gray'>#{so_tag}</span>" if so_tag != all_tag %> </div>
<div class='so-title left'><a href='./'>analytics<b>overflow</b></a><% print "/<span style='color:gray'>#{so_tag}</span>" if so_tag != all_tag %> </div>

<div class='so-tag-list'>
view by tag:
Expand Down Expand Up @@ -164,7 +164,7 @@ end

<div class='so-body'>

<div style='text-align: right; margin-right: 16px'>
<div class='so-counter-list'>

<% if so_tag == all_tag %>
<div class='so-counter-block'>
Expand Down

0 comments on commit 7b2942b

Please sign in to comment.