changeset 289:a358ffb8aea5

style: add note style
author David Soria Parra <dsp@php.net>
date Tue, 10 Nov 2009 15:23:19 +0100
parents 88ecbfd574e1
children 2fec3d251660 8ebf006007f8
files static/css/styles.css
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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%;
+}