comparison index.css @ 27:f93693980ead

myrss: limit number of forked processes; tweak indexing; print both stdout and stderr from shell script to php page
author paulo@thepaulopc
date Sat, 04 Jun 2011 22:20:26 -0700
parents c749eccf9edc
children 637a4470363b
comparison
equal deleted inserted replaced
0:f974eec54c04 1:0b9cc423bda4
27 27
28 div.email 28 div.email
29 { 29 {
30 font-size: small; 30 font-size: small;
31 } 31 }
32
33 div.debug
34 {
35 font-family: monospace;
36 font-size: x-small;
37 }