Issue 465, remove reference to libs/ as it is not used
[zxing.git] / zxing.appspot.com / static / style.css
1 /** CSS by Wain. */
2 body {
3   background-color: #e9eef3;
4   margin: 0;
5   padding: 0;
6   font-family: Arial, sans-serif;
7   font-size: 12px;
8 }
9 td {
10   font-size: 14px;
11 }
12 #header {
13   background-color: #dde3e9;
14   border-bottom: 1px solid #f2f7fc;
15 }
16 #header h1 {
17   font-size: 15px;
18   font-weight: bold;
19   margin: 0;
20   padding: 12px;
21   border-bottom: 1px solid #c8d0d9;
22 }
23 #header span {
24   font-weight: normal;
25   color: #5e6b75;
26 }
27 #footer {
28   width: 100%;
29   text-align:center;
30   padding-top: 12px;
31 }
32 #footer a {
33   text-decoration:none;
34   color: #5e6b75;
35 }