make tag search case insensitive
[photo-tags.git] / style.css
1
2 h1 {color:red}
3 body {
4     background-color: black;
5     color: #eee;
6 }
7
8 .permalink {
9     float:right;
10     color: #eee;
11     padding-right: 1em;
12 }
13
14 a[visited]{ color: #aaa;}
15
16 .index {
17     margin: 0 auto;
18     width:70%;
19 }
20
21 .pics li { 
22   display: inline;
23   list-style: none;
24 }
25
26 .pics img {
27   border: 1px solid white;
28   margin: 2px;
29   height: 100px;
30 }
31
32 footer {
33   border-top: 1px solid grey;
34   color: #eee;
35 }
36
37 .copyright {
38     color: #999;
39     float:right;
40 }
41
42
43 .debug { position: absolute; top:0; left:0}