commit b33e95fa82d3ffd16eadf5c50bb9f56fbf184c94 parent cf873f55d71b583d67e2cb170b238923dc80758e Author: Georges Dupéron <jahvascriptmaniac+github@free.fr> Date: Sun, 22 May 2011 18:36:16 +0200 une transition avait été prolongée pour faire un screenshot, et j'ai oublié de remettre la durée initiale. Diffstat:
| M | code/serveur/php/jeu.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/serveur/php/jeu.html b/code/serveur/php/jeu.html @@ -31,8 +31,8 @@ p > a { display:inline; text-decoration:underline; } .fpButton:hover .highlight, .fpButton:focus .highlight { display:block; } - .transition { transition:all 7s linear; -moz-transition:all 7s linear; -webkit-transition:all 7s linear; } - .transition-bg { transition:background-color 7s linear; -moz-transition:background-color 7s linear; -webkit-transition:background-color 7s linear; } + .transition { transition:all 0.7s linear; -moz-transition:all 0.7s linear; -webkit-transition:all 0.7s linear; } + .transition-bg { transition:background-color 0.7s linear; -moz-transition:background-color 0.7s linear; -webkit-transition:background-color 0.7s linear; } #splash, #nojs { background-color:black; color:white; } /* couleurs green */