make number of pictures/page a config option; replace "offset" with "page"
[photo-tags.git] / style.css
1
2 h1 {color:red}
3 body {background-color: black}
4
5 .pics li { 
6   display: inline;
7   list-style: none;
8 }
9
10 .pics img {
11   border: 1px solid white;
12   margin: 2px;
13   height: 100px;
14 }
15
16 footer {
17   border-top: 1px solid grey;
18   color: #eee;
19 }
20
21 .copyright {
22     color: #999;
23     float:right;
24 }