# HG changeset patch # User Steve Losh # Date 1258079938 18000 # Node ID a067114a16e2c903635ddc0e07eb0e763fccf5eb # Parent bdd5e288c7e000d4ffd4d91aa5ed6ea4efe139d3 Make notes stand out more, and try to keep the rhythm. diff -r bdd5e288c7e0 -r a067114a16e2 static/css/styles.css --- a/static/css/styles.css Thu Nov 12 21:38:43 2009 -0500 +++ b/static/css/styles.css Thu Nov 12 21:38:58 2009 -0500 @@ -160,9 +160,12 @@ * Notes */ .note { - border-top: 1px #ccc solid; - border-bottom: 1px #ccc solid; - padding: 0.3em 1em; - margin: 0.2em 1em 1em; + border: 1px #ccc solid; + background-color: #f8f8f8; + padding: 0.5em 1em; font-size: 90%; + margin-bottom: 1.5em; } +.note-title { + font-weight: bold; +} \ No newline at end of file