diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-09-30 21:48:56 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-09-30 21:48:56 -0700 |
commit | bc456f1ef6a74a74e821304df1a08a5aeb341f7a (patch) | |
tree | a36e8a4ff2dadbfda7a94d0ca849bab8b6786086 /css/challenge.css | |
parent | be06cd9fdc0253b5fdf2fb17de4aac6f10bff80c (diff) | |
parent | 60c8232de409d0cb6de37ef87a489049f060003d (diff) | |
download | pathery-bc456f1ef6a74a74e821304df1a08a5aeb341f7a.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'css/challenge.css')
-rw-r--r-- | css/challenge.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 |