public
Description: A no-frills Merb wiki extracted from wiki.merbivore.com
Homepage: http://github.com/meekish/collective
Clone URL: git://github.com/meekish/collective.git
Styled flash notices
Jed Hurt (author)
Tue Jun 10 10:53:21 -0700 2008
commit  0393e67a4e6aa15d3143b7d1f63ba5884555cbf0
tree    47798c45324e1b9c963b19760023218748091945
parent  817dee70db042c2b49159845e64f1d3feae64006
...
52
53
54
 
 
 
 
 
55
56
57
...
52
53
54
55
56
57
58
59
60
61
62
0
@@ -52,6 +52,11 @@ ul {
0
     line-height: 1.3em;
0
     margin-bottom: 1em; }
0
 
0
+#notice {
0
+ font-size: 2em;
0
+ font-weight: bold;
0
+ margin-left: 25px; }
0
+
0
 /* ****************************** */
0
 /* * HEADER */
0
 /* ****************************** */
...
54
55
56
 
 
 
 
 
57
58
59
...
54
55
56
57
58
59
60
61
62
63
64
0
@@ -54,6 +54,11 @@ ul
0
     :line-height 1.3em
0
     :margin-bottom 1em
0
 
0
+#notice
0
+ :font-size 2em
0
+ :font-weight bold
0
+ :margin-left 25px
0
+
0
 
0
 /* ******************************
0
 /* * HEADER

Comments

    No one has commented yet.