/*
 * Copyright 1997-2016 BitMover, Inc
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

a.function {
    padding-right: 5px;
}

.page-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.code {
    border: none;
    background-color: #fff;
}

th.short, td.short {
    width: 1px;
    white-space: nowrap;
}

th.icon, td.icon {
    width: 36px;
}

.footer {
    padding-top: 10px;
}

.search-form {
    padding-top: 10px;
}

tr.repo,
tr.repo td {
    background: #ddffff;
}

table.sortable a.sortheader {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

ol.breadcrumb {
    font-size: 20px;
}

.crumb:last-child {
    font-weight: bold;
}

.view td.age,
.view td.function,
.view td.rev,
.view td.tag,
.view td.icon,
.view td.filename,
.view td.author {
    vertical-align: middle;
}

td.filename {
    white-space: nowrap;
}

#index-view {
    font-size: 16px;
}

.diffs .cset-heading,
.diffs .file-heading {
    font-weight: bold;
}

.diffs .new {
    background-color: #ebfeeb;
}

.diffs .old {
    background-color: #feecec;
}

#readme {
    white-space: pre;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
