a3d593ed0480fa742194e5c6d0cd034ea26063f7
[phinde.git] / www / css / phinde.css
1 .footer {
2     text-align: center;
3     color: #AAA;
4 }
5 .navbar {
6     margin-bottom: 1ex;
7 }
8
9 .hits {
10     list-style-type: none;
11     margin-left: 0px;
12 }
13 .hit {
14     margin-bottom: 2ex;
15 }
16 .hit .title {
17     font-size: 120%;
18 }
19 .hit .url {
20     color: #070;
21 }
22 .hit .extract {
23     font-size: 95%;
24 }
25 .hit .date {
26     color: #666;
27 }