From 60c8232de409d0cb6de37ef87a489049f060003d Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 30 Sep 2012 18:04:57 -0500 Subject: Did some more work on the challenges, to have them added to the DB when the user actually completes them. No idea if it actually works yet :) --- css/challenge.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 css/challenge.css (limited to 'css') diff --git a/css/challenge.css b/css/challenge.css new file mode 100644 index 0000000..f12cec4 --- /dev/null +++ b/css/challenge.css @@ -0,0 +1,12 @@ +#challenge_wrapper #challenges { } +#challenge_wrapper #challenges_title { + font-size: 1.3em; + font-weight: bold; +} +#challenge_wrapper #challenges_listing { } +#challenge_wrapper #challenges_listing .challenge_complete { + text-decoration: line-through; +} +#challenge_wrapper #challenges_listing .challenge_incomplete { + font-weight: bold; +} \ No newline at end of file -- cgit v1.2.3