FIX hint styling

All info boxes in docs that use the 'hint' css class as recommended are currently missing a coloured background.
This commit is contained in:
Jonathon Menz 2015-06-15 10:04:32 -07:00
parent 3a239fcdfa
commit e29924a169

View File

@ -474,7 +474,8 @@ html {
color:#666;
}
.info {
.info,
.hint {
background: rgb(184, 229, 250);
}