summaryrefslogtreecommitdiffstats
path: root/static/layout.css
blob: 4c64b5b31bc796470a531cd82b185c46c9784652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
form .errors {
    color: #D00;
}

body {
  margin: 0 auto;
  width: 640px;
}

#header {
  text-indent: -10000px;
  background-image: url(/static/logo.png);
  background-image: no-repeat;
  margin: 0 auto;
  width: 450px;
  height: 131px;
}