comparison bns_website/static/css/base.css @ 96:701696a54ec3

Change the list item color to match the rest of the text.
author Brian Neal <bgneal@gmail.com>
date Fri, 23 Dec 2011 16:47:52 -0600
parents 1b5def90f5bf
children
comparison
equal deleted inserted replaced
95:1b5def90f5bf 96:701696a54ec3
24 h1, h2, h3, h4, h5, .bns { 24 h1, h2, h3, h4, h5, .bns {
25 font-family: FutureBugler; 25 font-family: FutureBugler;
26 font-weight: normal; 26 font-weight: normal;
27 font-style: normal; 27 font-style: normal;
28 color: #00aab4; 28 color: #00aab4;
29 }
30 li {
31 color: #404040;
29 } 32 }
30 .alert-message.block-message.info { 33 .alert-message.block-message.info {
31 background-color: #e2f1f8; 34 background-color: #e2f1f8;
32 } 35 }
33 .footer { 36 .footer {