annotate web/notes/notes.css @ 100:44e8aaa20d02
default tip
Fix the format of archive links.
author |
John "Elwin" Edwards |
date |
Wed, 03 Aug 2022 20:49:38 -0400 (2022-08-04) |
parents |
5b4ff5680037 |
children |
|
rev |
line source |
61
|
1 @import url("/main.css");
|
|
2
|
|
3 h2.pagetitle {
|
|
4 text-align: center;
|
|
5 }
|
|
6
|
|
7 h3.posttitle {
|
|
8 background-color: #E0FFE0;
|
|
9 text-align: center;
|
|
10 }
|
|
11
|
|
12 div.datehead {
|
|
13 text-align: center;
|
|
14 font-size: 0.8em;
|
|
15 font-style: italic;
|
|
16 }
|