LaundrySorcery

git clone git://xatko.vsos.ethz.ch/LaundrySorcery.git
Log | Files | Refs

commit a521d335ab039e97f9bb4ab534fe7a81de7082c6
parent 9fde11575a775949dc32e7038805bc8d4d830c83
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Fri, 29 Jun 2018 03:13:07 +0000

Move the footer to the top.

This yields an easier CSS

Diffstat:
Mwww/index.cgi | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/www/index.cgi b/www/index.cgi @@ -31,11 +31,7 @@ Content-Type: text/html max-height:50vh; } #footer{ - position:fixed; - top:100%; - left:100%; - transform:translate(-100%,-100%); - font-size:small; + text-align:right; } a{ color:gold; @@ -43,14 +39,14 @@ Content-Type: text/html </style> </head> <body> + <div id="footer"> + <a href="details.html">Details</a> + </div> <div id="status"> <div id="power"><img src="off.svg" /></div> <div id="delta_t"></div> <div id="guessTime"></div> </div> - <div id="footer"> - <a href="details.html">Details</a> - </div> <script type="text/JavaScript"> <!-- delta_t=${RTIME};