Statistiques
| Révision :

root / tei / css / raphael.graffle.css @ 2

Historique | Voir | Annoter | Télécharger (197 octet)

1
#holder{
2
        
3
        width:390px;
4
        height:390px;
5
        background-color:white;
6
        /*position:fixed;
7
        top:175px;
8
        right:10px;*/
9
        -moz-border-radius: 10px;
10
        -webkit-border-radius: 10px;
11
        border: solid 1px #333;
12
}
13

    
14