make logo on new stream a link back to stream [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-05-23 16:07:42 -07:00
parent 8046a59da9
commit fbb0961762
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
width : $two-column-width + px;
}
a.logo{
text-decoration: none;
color: white;
&:hover{
text-decoration: none;
color: white;
cursor: pointer;
}
}
.no-post-message {
text-align: center;
margin-top: 50px;

View file

@ -44,7 +44,7 @@
</div>
<h1>
DIASPORA
<a href='/stream?ex=true' class='logo'>DIASPORA</a>
</h1>
</div>
</div>