Add IxNetwork L3 scenario implementation
[yardstick.git] / yardstick / common / nsb_report.css
1 /*******************************************************************************
2  * Copyright (c) 2017 Rajesh Kudaka <4k.rajesh@gmail.com>
3  * Copyright (c) 2018 Intel Corporation.
4  *
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Apache License, Version 2.0
7  * which accompanies this distribution, and is available at
8  * http://www.apache.org/licenses/LICENSE-2.0
9  ******************************************************************************/
10
11 body {
12     font-size: 16pt;
13 }
14
15 table {
16     overflow-y: scroll;
17     height: 360px;
18     display: block;
19 }
20
21 header {
22     font-family: Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
23     clear: left;
24     text-align: center;
25 }
26
27 .control-pane {
28     font-size: 10pt;
29 }