Commit 395ec9ea authored by Abhishek Arya's avatar Abhishek Arya Committed by Commit Bot

Fix font size in tfoot section in code coverage report.

TBR=mmoroz@chromium.org

Change-Id: Ic835553e8955ca3618a6c0b3a4187d4e5f94ddfe
Reviewed-on: https://chromium-review.googlesource.com/1051034Reviewed-by: default avatarAbhishek Arya <inferno@chromium.org>
Reviewed-by: default avatarMax Moroz <mmoroz@chromium.org>
Commit-Queue: Abhishek Arya <inferno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557064}
parent 27e653f9
......@@ -6,16 +6,19 @@ th, td {
padding: 5px 16px;
}
tbody td {
tbody td, tfoot td {
font-size: 14px;
}
thead th {
font-size: 16px;
}
thead th, tfoot td {
background-color: #f5f5f5;
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
color: #484848;
font-size: 16px;
text-transform: uppercase;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment