Metadata jacket: Specify forground in addition to the background color for the title banner so that it remain readable if the user tries to monkey with the CSS in the viewer.

This commit is contained in:
Kovid Goyal 2012-07-18 15:59:52 +05:30
parent fb5b41232d
commit ca9f58610d

View File

@ -27,6 +27,7 @@
*/
.cbj_banner {
background: #eee;
color: black;
border: thin solid black;
margin: 1em;
padding: 1em;