mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
15 lines
244 B
CSS
15 lines
244 B
CSS
#helpContent .TAT_description {
|
|
text-align: justify;
|
|
text-indent: 1em;
|
|
}
|
|
#helpContent form {
|
|
text-align: center;
|
|
}
|
|
#helpContent form input {
|
|
width: 50%;
|
|
margin-top: 10px;
|
|
}
|
|
#helpContent P {
|
|
text-indent: 1em;
|
|
text-align: justify;
|
|
} |