make logo on new stream a link back to stream [ci skip]
This commit is contained in:
parent
8046a59da9
commit
fbb0961762
2 changed files with 10 additions and 1 deletions
|
|
@ -2,6 +2,15 @@
|
||||||
width : $two-column-width + px;
|
width : $two-column-width + px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.logo{
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
&:hover{
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
.no-post-message {
|
.no-post-message {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
DIASPORA
|
<a href='/stream?ex=true' class='logo'>DIASPORA</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue