10 lines
207 B
CSS
10 lines
207 B
CSS
|
.formulaire_spip .boutons input,
|
||
|
.submit {
|
||
|
font: bold 12px Arial, Sans-serif;
|
||
|
height: 24px;
|
||
|
margin: 0;
|
||
|
padding: 2px 3px;
|
||
|
color: #FFF;
|
||
|
background: #8EB50C url(img/nav.jpg) repeat-x 0 0;
|
||
|
border: none;
|
||
|
}
|