Mercurial > hg-website
changeset 321:a067114a16e2
Make notes stand out more, and try to keep the rhythm.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 21:38:58 -0500 |
parents | bdd5e288c7e0 |
children | c5744fe4caac |
files | static/css/styles.css |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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