From d70137bf020923f49926ba52e0259125d5bf14f2 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 18 May 2009 00:20:59 -0700 Subject: [PATCH] add BusinessWeek and Erlang Factory links --- css/screen.css | 33 +++++++++++++++++++-------------- index.html | 2 ++ 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/css/screen.css b/css/screen.css index 35f0329f1..95eb3dc82 100644 --- a/css/screen.css +++ b/css/screen.css @@ -96,7 +96,7 @@ ul.posts { color: #a00; text-decoration: none; } - + .site .title a:hover { color: black; } @@ -106,7 +106,7 @@ ul.posts { text-decoration: none; margin-left: 1em; } - + .site .title a.extra:hover { color: black; } @@ -122,26 +122,26 @@ ul.posts { margin-top: 2em; overflow: hidden; } - + .site .footer .contact { float: left; margin-right: 3em; } - + .site .footer .contact a { color: #8085C1; } - + .site .footer .rss { margin-top: 1.1em; margin-right: -.2em; float: right; } - + .site .footer .rss img { border: 0; } - + /*****************************************************************************/ /* /* Posts @@ -149,36 +149,41 @@ ul.posts { /*****************************************************************************/ #post { - + } /* standard */ - + #post pre { border: 1px solid #ddd; background-color: #eef; padding: 0 .4em; } - + + #post ul, + #post ol { + margin-left: 1.25em; + } + #post code { border: 1px solid #ddd; background-color: #eef; font-size: 95%; padding: 0 .2em; } - + #post pre code { border: none; } - + /* terminal */ - + #post pre.terminal { border: 1px solid black; background-color: #333; color: white; } - + #post pre.terminal code { background-color: #333; } diff --git a/index.html b/index.html index 88861e750..fcd1972e8 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@

Blog Posts

Interviews, Talks, Etc