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