mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update report.py
This commit is contained in:
parent
e500ec5fd8
commit
e48af2efe4
@ -8,8 +8,7 @@ HTML_BASE_TEST_TEMPLATE = """
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
|
||||
body {{ font-family: "Hind Siliguri", Arial, sans-serif; background: #EEE; }}
|
||||
body {{ font-family: "DejaVu Sans", "Noto Sans", Arial, sans-serif; background: #EEE; }}
|
||||
h1 {{ margin-left: 10px; }}
|
||||
th, td {{ border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background-color: #FFF;
|
||||
td {{ white-space: pre; font-family: Monospace, Courier New; }}
|
||||
|
Loading…
Reference in New Issue
Block a user