comparison web/notes/notes.css @ 61:5b4ff5680037

Add a basic blog manager. rlgnotes is an experimental script for managing a static blog.
author John "Elwin" Edwards
date Fri, 30 Jan 2015 09:25:32 -0500
parents
children
comparison
equal deleted inserted replaced
60:876786c55450 61:5b4ff5680037
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 }