Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +2 -0
modules/ui/htmls.py
CHANGED
@@ -19,10 +19,12 @@ CSS = """
|
|
19 |
.bmc-button:focus {
|
20 |
background-color: #FF5633;
|
21 |
}
|
|
|
22 |
.markdown {
|
23 |
margin-bottom: 0;
|
24 |
padding-bottom: 0;
|
25 |
}
|
|
|
26 |
.tabs {
|
27 |
margin-top: 0;
|
28 |
padding-top: 0;
|
|
|
19 |
.bmc-button:focus {
|
20 |
background-color: #FF5633;
|
21 |
}
|
22 |
+
/*
|
23 |
.markdown {
|
24 |
margin-bottom: 0;
|
25 |
padding-bottom: 0;
|
26 |
}
|
27 |
+
*/
|
28 |
.tabs {
|
29 |
margin-top: 0;
|
30 |
padding-top: 0;
|