LAP-DEV commited on
Commit
da78af6
·
verified ·
1 Parent(s): 53285b3

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +4 -0
modules/ui/htmls.py CHANGED
@@ -36,6 +36,10 @@ CSS = """
36
  text-decoration: underline;
37
  }
38
 
 
 
 
 
39
  #md_disclaimer {
40
  color: #34d399;
41
  }
 
36
  text-decoration: underline;
37
  }
38
 
39
+ md_title {
40
+ padding-left: 10px;
41
+ }
42
+
43
  #md_disclaimer {
44
  color: #34d399;
45
  }