blob: 60cb43bf48974193a84f92021e94d849bae6f157 [file] [log] [blame]
Bri Prebilic Colee0311892015-05-15 11:27:15 -07001/*
2 * Copyright 2015 Open Networking Laboratory
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070017head, body, footer,
18h1, h2, h3, h4, h5, h6, p,
19a, ul, li, div,
20table, tr, td, th, thead, tbody {
Bri Prebilic Colee0311892015-05-15 11:27:15 -070021 padding: 0;
22 margin: 0;
23}
24
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070025h1, h2, h3, h4, h5, h6,
26p, a, li, th, td {
Bri Prebilic Colee0311892015-05-15 11:27:15 -070027 font-family: "Lucida Grande", "Droid Sans", Arial, Helvetica, sans-serif;
28}
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070029
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070030body {
31 background-color: #efefef;
32}
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070033th, td {
34 color: rgba(0, 0, 0, 0.8);
35}
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070036
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070037div.container {
38 width: 75%;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070039 margin: 0 auto;
40}
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070041div.main-left, div.main-right {
42 float: left;
43}
44div.main-left {
45 width: 38%;
46}
47div.main-right {
48 width: 62%;
49}
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070050
51svg#icon-defs {
52 display: none;
53}