[Basic styling for weblog frontend stuff clinton@unknownlamer.org**20090417163201 Ignore-this: db119bbc39898c95c02b052d60ce6c3e ] hunk ./src/frontend-weblog.lisp 82 - (<:div :class "weblog-entry" + (<:div :class "bee-blog-entry" hunk ./src/frontend-weblog.lisp 96 + (<:ah " ") hunk ./static/css/frontend.css 119 -div.weblog-entry + ul.comments +.bee-blog-controls +{ + background: transparent url("/static/img/backgrounds/white.png"); +} + +div.bee-blog-entry + ul.comments hunk ./static/css/frontend.css 136 - background-color: #DDDDDD; + background-color: #FCFCFC; hunk ./static/css/frontend.css 148 + +ul.comments li .comment-body +{ + background: transparent url("/static/img/backgrounds/white.png"); + min-height: 5em; +} + +.comment-entry .simple-form +{ + max-width: 60%; +} + +.comment-entry .simple-form fieldset +{ + background: transparent url("/static/img/backgrounds/white.png"); + border: 1px solid black; +} + +.comment-entry .field-box +{ + width: 90%; +} + +.comment-entry label +{ + display: block; + vertical-align: top; +}