[Minor CSS Tweaks clinton@unknownlamer.org**20090521200039 Ignore-this: bb6574b7383333312f8cb55f5a0c28d1 * Add the semi-translucent background image to pages so that they are readable on any background as with weblog entries * Explicitly remove underlining from links ] hunk ./static/css/common.css 1 +* a { text-decoration: none; } + hunk ./static/css/frontend.css 16 - hunk ./static/css/frontend.css 31 +.bee-frontend-page +{ + background: transparent url("/static/img/backgrounds/white.png"); +} +