Browse Source

on centre le texte dans les boites du profil

fix_translation
Gabriel Le Bouder 7 years ago
committed by chirac
parent
commit
771e8cc3fa
  1. 4
      static/css/base.css

4
static/css/base.css

@ -143,3 +143,7 @@ th.long_text{
padding-bottom: 30px;
}
/* center the profil boxes */
.dashboard{
text-align: center;
}

Loading…
Cancel
Save