create colors for hdrNav now that we don't import GNOME's anymore.

This commit is contained in:
Bradley M. Kuhn 2014-02-10 17:56:08 -05:00
parent 76d5e5a404
commit 4884d2c5df

View file

@ -4,6 +4,11 @@ div.error {
color: red;
}
div#hdrNav {
background-color: #eee;
color: #000;
}
div.votedata {
margin-left: 2em;
}