From 89c3c653a2391d90e0556b383919a2041db2f307 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 11 Apr 2012 17:30:13 +0900 Subject: [PATCH] (DL.attention): New selector. --- chise.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chise.css b/chise.css index db3b4d5..36bd1b9 100644 --- a/chise.css +++ b/chise.css @@ -14,6 +14,10 @@ LI.attention { color: red; } +DL.attention { + color: red; +} + H1 { fontsize: 150%; color: #004800; -- 1.7.10.4