comparison style.css @ 0:f82309a9465e

Initial commit.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 28 Jul 2011 22:57:08 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f82309a9465e
1 body {
2 font-size: 0.9em;
3 }
4
5 table {
6 border-collapse: collapse;
7 }
8
9 th, td {
10 border: 2px solid #ccc;
11 padding: 4px;
12 }