diff --git a/style/client.css b/style/client.css index b95b72016..103b7827b 100644 --- a/style/client.css +++ b/style/client.css @@ -982,6 +982,11 @@ a.ilink:hover { top: 2.4em; } +.tournament-title { + font-weight: bold; + cursor: pointer; +} + .tournament-box { position: absolute; top: 2em; @@ -999,10 +1004,6 @@ a.ilink:hover { -webkit-transition: max-height 0.5s ease-in-out; } -.tournament-title { - font-weight: bold; -} - .tournament-bracket { max-height: 200px; overflow: auto;