You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
155 B

10 years ago
  1. html, body {
  2. background: #EEE;
  3. }
  4. #login_dialog {
  5. background: #FFF;
  6. padding: 2em;
  7. margin-top: 100px;
  8. }
  9. #login_dialog h1 {
  10. margin: 0;
  11. }