From d0c2a82ea863ad2b0612ebff99763e6558693553 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 17:49:35 -0800 Subject: [PATCH] Use .alert-heading instead of hardcoding

--- docs/javascript/alerts.md | 2 +- scss/_alert.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md index bbe2eeab42..8d3df5d2f8 100644 --- a/docs/javascript/alerts.md +++ b/docs/javascript/alerts.md @@ -22,7 +22,7 @@ When using a `.close` button, it must be the first child of the `.alert-dismissi {% example html %}