--- share/web/static/css/app.css 2007/02/19 10:58:27 26 +++ share/web/static/css/app.css 2007/02/19 11:22:11 27 @@ -17,6 +17,19 @@ /* results */ +div.result-header { + background: #eee; + padding: 3px; + font-size: 120%; + height: 1.5em; +} + +a.skip-next { + float: right; + text-decoration: none; + border-bottom: 1px solid #aaa; +} + div.result { display: block; clear: both; @@ -25,10 +38,14 @@ padding-bottom: 0.25em; } -a.skip-next { - float: right; +div.result-footer { + font-size: 80%; + padding: 3px; + color: #888; } +/* helpers */ + a.bookmarklet { float: right; }