www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 02b0fbd61876832a01234b4ce2cca855dd9aadc6
parent a6f8f5dcc5a82577b79271cab87819b9e46324e1
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Sun,  8 May 2011 18:31:40 +0200

Petite amélioration graphique.

Diffstat:
Mcode/serveur/php/ressources/pticlic.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/serveur/php/ressources/pticlic.js b/code/serveur/php/ressources/pticlic.js @@ -77,8 +77,9 @@ function jss() { WebkitBorderRadius: 10, textAlign: 'center' }) - .width(w*0.5) .fitFont(w/2, h*0.1) + .css('max-width', w*0.6) + .width(w*0.6) .center({left: w/2, top:h*0.1}); $("#"+state.screen+".screen")