Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +3 -2
modules/ui/htmls.py
CHANGED
@@ -37,8 +37,9 @@ CSS = """
|
|
37 |
}
|
38 |
|
39 |
.md_title {
|
40 |
-
margin-top:
|
41 |
-
margin-bottom:
|
|
|
42 |
}
|
43 |
|
44 |
.md_disclaimer {
|
|
|
37 |
}
|
38 |
|
39 |
.md_title {
|
40 |
+
margin-top: 0;
|
41 |
+
margin-bottom: 0;
|
42 |
+
margin-left: 10px;
|
43 |
}
|
44 |
|
45 |
.md_disclaimer {
|