From f5965487db08bf55fa03cfba61a50e047e9a05cc Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Tue, 27 Dec 2011 17:24:44 -0500 Subject: [PATCH] Slightly nicer styling --- courseware/static/css/local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/courseware/static/css/local.css b/courseware/static/css/local.css index 79eef9dd95..25c5bc3527 100644 --- a/courseware/static/css/local.css +++ b/courseware/static/css/local.css @@ -33,6 +33,8 @@ width: 100%; } +.bordered { border: 1px solid #AAAAAA; } + .seq_problem_visited { background-color: #ccccaa;} .seq_video_visited { background-color: #ccaacc;} .seq_video_visited { background-color: #cccaac;}