diff --git a/birds/index.mdwn b/birds/index.mdwn index 8b5db27..ab6a507 100644 --- a/birds/index.mdwn +++ b/birds/index.mdwn @@ -24,3 +24,4 @@ BURD(sneakums.png, It looks kind and gentle but sneakums' bird would just as soo BURD(rasher.png, HI GUYS HOW'S IT GOING DO YOU LIKE SEEDS by rasher) BURD(teferi.jpg, Someone just told teferi's bird a really terrible joke.) BURD(bz2.jpg, I never thought I'd see a bird with a pompadour`,' but bz2 has made that happen.) +BURD(pedro.jpg, Pedro has been watching too many Michael Bay movies.) diff --git a/birds/pedro.jpg b/birds/pedro.jpg new file mode 100644 index 0000000..cc4633b Binary files /dev/null and b/birds/pedro.jpg differ diff --git a/index.mdwn b/index.mdwn index 9d2da75..2976961 100644 --- a/index.mdwn +++ b/index.mdwn @@ -11,8 +11,8 @@ Title: Home -Nov 9: Web site changes -======================= +Jan 18: Blacked Out for SOPA +============================ + +SOPAStrike.com -I'm twiddling with the web site. Webmail should be fine but other things may -be up and down throughout the day. diff --git a/lists.cgi b/lists.cgi index 1bf132e..7036cf1 100755 --- a/lists.cgi +++ b/lists.cgi @@ -76,7 +76,7 @@ else: content += ' ' content += ' ' - for d in glob.glob('/var/spool/mlmmj/*'): + for d in sorted(glob.glob('/var/spool/mlmmj/*')): if os.path.islink(d): continue if os.path.exists('%s/control/private' % d): diff --git a/style.css b/style.css index e1e1a74..f01dd2b 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,13 @@ html { font-family: sans-serif; - background: #eee; + background: black; } body { max-width: 700px; margin: auto; color: #636; - background: #fff; + background: black; padding: 1em; } @@ -30,7 +30,7 @@ nav { padding: 0; } nav ul { - background-color: #eee; + background-color: #222; margin: 0; padding: 0 1em; } @@ -57,7 +57,7 @@ h1 { .login { margin: 0 1em; color: #e8b; - background: #fbfbfb; + background: #333; border: 1px solid #eee; text-align: center; }