Skip to content

Commit

Permalink
Adding link to home page in voting room
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Galvez committed Aug 30, 2010
1 parent f016c16 commit 24cf529
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/voting-room.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
<div id="column-a">
<div id="column-a-container">
<div id="logo-box" class="">no•de•vote</div>
<a id="logo-box-link" href="/"><div id="logo-box" class="">no•de•vote</div></a>
<div class="info-box" style="margin-top: 30px;">
<p>lets you capture an anonymous "show of hands" during a presentation.</p>
<p style="margin-top: 25px;">
Expand Down
12 changes: 12 additions & 0 deletions static/css/voting-room.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,16 @@ body:after {
}
#add-bar:active {
background-color: #808080 !important;
}
#logo-box-link {
text-decoration: none;
}
#logo-box-link:visited {
text-decoration: none;
}
#logo-box-link:hover {
text-decoration: none;
}
#logo-box-link:active {
text-decoration: none;
}

0 comments on commit 24cf529

Please sign in to comment.