comparison bns_website/static/css/base.css @ 93:c9955ef6707f

Change link color on the news page.
author Brian Neal <bgneal@gmail.com>
date Tue, 29 Nov 2011 18:44:22 -0600
parents 5e58c3bad4ed
children 1b5def90f5bf
comparison
equal deleted inserted replaced
92:4dca838ae291 93:c9955ef6707f
103 article.news { 103 article.news {
104 margin-bottom: 2em; 104 margin-bottom: 2em;
105 border-top: 2px solid DimGray; /* some other gray color might be better */ 105 border-top: 2px solid DimGray; /* some other gray color might be better */
106 } 106 }
107 107
108 article.news a {
109 color: #00aab4;
110 }
111
108 /* 112 /*
109 ----------------------------------------------- 113 -----------------------------------------------
110 Fix for weird CSS font issue between jPlayer 114 Fix for weird CSS font issue between jPlayer
111 Blue Monday skin, our CSS, and Webkit on OSX. 115 Blue Monday skin, our CSS, and Webkit on OSX.
112 ----------------------------------------------- 116 -----------------------------------------------