mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 10:34:58 +02:00
13 lines
196 B
CSS
13 lines
196 B
CSS
#helpContent .TAT_description {
|
|
text-align: justify;
|
|
}
|
|
#helpContent form {
|
|
text-align: center;
|
|
}
|
|
#helpContent form input {
|
|
width: 50%;
|
|
margin-top: 10px;
|
|
}
|
|
#helpContent P {
|
|
margin: 1em;
|
|
} |