diff options
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/lesson.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/lesson.css b/yaksh/static/yaksh/css/lesson.css new file mode 100644 index 0000000..7efb1ff --- /dev/null +++ b/yaksh/static/yaksh/css/lesson.css @@ -0,0 +1,10 @@ +.helptext{
+ font-weight: bold;
+ color: #31708f;
+ background-color: #d9edf7;
+ border-color: #bce8f1;
+ padding: 6px;
+ margin-bottom: 20px;
+ border: 1px solid transparent;
+ border-radius: 4px;
+}
\ No newline at end of file |