LAP-DEV commited on
Commit
097d548
·
verified ·
1 Parent(s): 932bd09

Update modules/ui/htmls.py

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