blob: b2cc2bea71dd6f6400b8f55d6d1a51b0983d7d80 [file] [log] [blame]
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -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
17.nav ul {
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070018 display: table;
19 table-layout: fixed;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070020 list-style-type: none;
21 width: 100%;
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070022 margin-bottom: 2%;
23 padding: 1% 0;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070024}
25
26.nav li {
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070027
28}
29
30.nav a {
31 display: table-cell;
32 text-align: center;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070033}