szurubooru/public_html/css/registration-form.css

11 lines
148 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
#registration-form p {
2015-06-28 12:25:35 +02:00
text-align: center;
2014-08-31 23:22:56 +02:00
}
2014-09-17 09:38:26 +02:00
#registration-form form {
2015-06-28 12:25:35 +02:00
width: 25em;
2014-09-17 09:38:26 +02:00
}
#registration-form .messages {
2015-06-28 12:25:35 +02:00
margin: 0 auto;
}