comparison myrss/index.css @ 88:583400dc28a0

myrss: update user-agent string to "Mozilla/5.0 Browser" after some servers complain about "Mozilla/5.0"; show exception type in top-level exception handler log message
author paulo
date Thu, 12 Jan 2017 00:59:05 -0700
parents 23235139f34d
children
comparison
equal deleted inserted replaced
1:e4e9a47a0e99 2:9445c342ce4e
18 a:hover 18 a:hover
19 { 19 {
20 text-decoration: underline; 20 text-decoration: underline;
21 } 21 }
22 22
23 a.z1
24 {
25 color: #A31;
26 }
27
28 a.z2
29 {
30 color: #851;
31 }
32
33 a.z3
34 {
35 color: #833;
36 }
37
23 p:first-line 38 p:first-line
24 { 39 {
25 font-weight: bold; 40 font-weight: bold;
26 } 41 }