Add a small toggle for the MOTD
This commit is contained in:
parent
abc9c398f4
commit
75ea06ed76
4 changed files with 29 additions and 4 deletions
|
|
@ -48,9 +48,11 @@
|
|||
<div class="container" id="mainpage">
|
||||
<!-- top row (MOTD, drink count) -->
|
||||
<div class="row-fluid" id="toprow">
|
||||
<div class="well span12" id="motd">
|
||||
<div class="well" id="motdwrap">
|
||||
<button class="close pull-right" id="togglemotd"><i class="icon-minus"></i></button>
|
||||
<div id="motd"></div>
|
||||
</div>
|
||||
<div class="span12" id="drinkbar">
|
||||
<div id="drinkbar">
|
||||
<h1 id="drinkcount"></h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue