diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-07-01 19:14:54 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-07-01 19:14:54 +0200 |
commit | 82ccb8995c0e424bfa41acd8cf1549c5395bc3ad (patch) | |
tree | da9db53d2554f414cebb7010a0d215b9e5e11505 /web/index.html | |
parent | 31aa8dc0e14ff22d1f1492be0fdd0922027d7fcb (diff) |
Tooltips på oplog og flere tweaks
Tooltips vil være litt browseravhengig.
Fikser også noen nightmode issues her og der.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index bcc1d76..ee9d8f6 100644 --- a/web/index.html +++ b/web/index.html @@ -133,7 +133,7 @@ </div> </div> <div class="container-fluid" id="score"> - <div class="row-fluid" id="score-row"> + <div class="row-fluid score" id="score-row"> <div id="score-parent" class="scorecard"> <table id="score-table" class="table table-condensed"> </table> |