LAP-DEV commited on
Commit
e91aa38
·
verified ·
1 Parent(s): 8ec6dcf

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +5 -1
modules/ui/htmls.py CHANGED
@@ -36,12 +36,16 @@ CSS = """
36
  text-decoration: underline;
37
  }
38
 
39
- .md_title {
40
  margin-top: 0;
41
  margin-bottom: 0;
42
  margin-left: 10px;
43
  }
44
 
 
 
 
 
45
  .md_disclaimer {
46
  color: #34d399;
47
  }
 
36
  text-decoration: underline;
37
  }
38
 
39
+ .md_title2 {
40
  margin-top: 0;
41
  margin-bottom: 0;
42
  margin-left: 10px;
43
  }
44
 
45
+ .md_title {
46
+ padding-left: 5px;
47
+ }
48
+
49
  .md_disclaimer {
50
  color: #34d399;
51
  }