mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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;
|
|
} |