view myrss/index.css @ 9:fbd8c30c465c

add more RSS feeds; normalize-space in step2.xsl and "a hrefs"; myrss_update.sh now outputs a more complete HTML document to stdout
author paulo@twcdns.fastsearch.net
date Sun, 12 Sep 2010 23:36:32 -0700
parents
children 23235139f34d
line source
1 @import "../index.css";
3 h1
4 {
5 font-family: "sans-serif";
6 }
8 h2
9 {
10 font-family: "sans-serif";
11 }
13 a:link
14 {
15 text-decoration: none;
16 }
18 p:first-line
19 {
20 font-weight: bold;
21 }