From e29924a16907d513956661d9d692b15bdcd47612 Mon Sep 17 00:00:00 2001 From: Jonathon Menz Date: Mon, 15 Jun 2015 10:04:32 -0700 Subject: [PATCH] FIX hint styling All info boxes in docs that use the 'hint' css class as recommended are currently missing a coloured background. --- css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index c007054..36db12e 100644 --- a/css/layout.css +++ b/css/layout.css @@ -474,7 +474,8 @@ html { color:#666; } -.info { +.info, +.hint { background: rgb(184, 229, 250); }