annotate web/notes/notes.css @ 83:7ff6a58ad861
Add more information to the "About" page.
author |
John "Elwin" Edwards |
date |
Sat, 24 Feb 2018 17:04:18 -0500 (2018-02-24) |
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 }
|