summaryrefslogtreecommitdiffstats
path: root/static/layout.css
blob: 2d7be989f5d5c0487e16b06afb1fd65d3816219d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
form .errors {
    color: #D00;
}

ul.flashes {
    padding-left: 0;
}
ul.flashes li {
    list-style: none;
    margin-left: 0;
    display: block;
    padding: .2em .4em;

    border: 1px solid #ee3;
    background-color: #ffd;
}
ul.flashes li.error {
    border-color: #e33;
    background-color: #fdd;
}
ul.flashes li.success {
    border-color: #3e3;
    background-color: #dfd;
}


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

#header {
  margin: 0 auto;
  text-align: center;
}