# HG changeset patch # User David Soria Parra # Date 1257862999 -3600 # Node ID a358ffb8aea5bb95bfa2de756a54808c12a443b8 # Parent 88ecbfd574e198cd66d5a8a1446e014b9825ec9a style: add note style diff -r 88ecbfd574e1 -r a358ffb8aea5 static/css/styles.css --- a/static/css/styles.css Thu Nov 05 10:42:34 2009 +0100 +++ b/static/css/styles.css Tue Nov 10 15:23:19 2009 +0100 @@ -149,3 +149,14 @@ */ #home .undecorated_list li { list-style:decimal outside; background: none; padding-left: 0px; min-height: 0px; margin-bottom: 1.7em} #home .undecorated_list li li { list-style: circle outside } + +/* + * Notes + */ +.note { + border-top: 1px #ccc solid; + border-bottom: 1px #ccc solid; + padding: 0.3em 1em; + margin: 0.2em 1em 1em; + font-size: 90%; +}