@import url('/cgit.css');

div#cgit div#summary pre {
    background-color: #f5f5f5;
    padding: 0.5em 1em;
    overflow-x: auto;
}

div#cgit div#summary table {
    border-collapse: collapse;
}

div#cgit div#summary th {
    text-align: left;
}

div#cgit div#summary td,
div#cgit div#summary th {
    border: 1px solid #f5f5f5;
    padding: 0.3em 0.6em;
}

div#cgit div#summary :not(pre) > code {
    color: #aa0000;
}

div#cgit div#summary > ul,
div#cgit div#summary > ol {
    padding-left: 5px;
    list-style-position: inside;
}

div#cgit div#summary > ol > li > p,
div#cgit div#summary > ul > li > p {
    margin: 0;
    display: inline;
}

/* clone URLs on the summary page: plain text, not links */
a[rel^='vcs-'] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: text;
}
