comparison myrss/index.css @ 13:b1038ce571d3

add myrss/index.php; add <div.debug> to index.css
author paulo@twcdns.fastsearch.net
date Wed, 15 Sep 2010 01:30:07 -0700
parents fbd8c30c465c
children 915032dd35f4
comparison
equal deleted inserted replaced
0:4fd67b437260 1:e4e9a47a0e99
13 a:link 13 a:link
14 { 14 {
15 text-decoration: none; 15 text-decoration: none;
16 } 16 }
17 17
18 a:hover
19 {
20 text-decoration: underline;
21 }
22
18 p:first-line 23 p:first-line
19 { 24 {
20 font-weight: bold; 25 font-weight: bold;
21 } 26 }