diff --git a/checkin_notes b/checkin_notes index 848e0470e9..3b8d999d72 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7145,3 +7145,9 @@ Charlie 3 Sep 2008 mac_installer/ release_boinc.sh release_GridRepublic.sh + +David 4 Sep 2008 + - web: stylesheet tweak + + html/user/ + white.css diff --git a/html/user/white.css b/html/user/white.css index 2e3178bcbd..9db3499453 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -271,10 +271,9 @@ div.authorcol { .authorcol input { margin: 4px 10px; } blockquote.postbody { - border: 1px solid #0069a1; - border-left: 3px solid #0069a1; + border-left: 2px solid #0089e1; background-color: #f5fffa; - padding: 4px 6px; + padding: 2px 6px; margin: 0px 6px 0px 10px; font-style: italic; }