Mercurial > hg > index.fcgi > www > www-1
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/myrss/index.css Sun Sep 12 23:36:32 2010 -0700 1.3 @@ -0,0 +1,21 @@ 1.4 +@import "../index.css"; 1.5 + 1.6 +h1 1.7 +{ 1.8 + font-family: "sans-serif"; 1.9 +} 1.10 + 1.11 +h2 1.12 +{ 1.13 + font-family: "sans-serif"; 1.14 +} 1.15 + 1.16 +a:link 1.17 +{ 1.18 + text-decoration: none; 1.19 +} 1.20 + 1.21 +p:first-line 1.22 +{ 1.23 + font-weight: bold; 1.24 +}