aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style.css')
-rw-r--r--layout/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css
new file mode 100644
index 0000000..813f98d
--- /dev/null
+++ b/layout/style.css
@@ -0,0 +1,23 @@
1h1 {
2 font-size: 1.5em;
3 margin: 0.5em 0;
4}
5
6h2 {
7 font-size: 1em;
8}
9
10table.summary th {
11 width: 150px;
12 font-weight: normal;
13 text-align: left;
14}
15
16table.summary td {
17 width: 50px;
18 text-align: right;
19}
20
21img {
22 border: 0;
23}