mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
161 B
CSS
14 lines
161 B
CSS
14 years ago
|
#main {
|
||
|
width: 200px;
|
||
|
margin: 50% auto 0 auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#welcome {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
#login_button {
|
||
|
width: 91px;
|
||
|
margin: auto;
|
||
|
}
|