add README
This commit is contained in:
+1
-1
@@ -11,8 +11,8 @@
|
||||
{% endblock -%}
|
||||
|
||||
{% block content %}
|
||||
<div class="file-contents">
|
||||
<div class="nocap-header file">{{ file.path }}</div>
|
||||
<div class="file-contents">
|
||||
{% if file.contents_safe -%}
|
||||
{% if file.contents_preformatted -%}
|
||||
<pre>{{file.contents | safe }}</pre>
|
||||
|
||||
@@ -265,6 +265,7 @@ div.file-contents {
|
||||
background-color: var(--offwhite);
|
||||
font-size: 1rem;
|
||||
overflow: visible;
|
||||
padding: 0 0.5em 0 0.5em;
|
||||
}
|
||||
div.commit-page, div.branch-page, div.tag-page {
|
||||
background-color: var(--offwhite);
|
||||
@@ -344,3 +345,17 @@ table.clone-url td.field {
|
||||
table.clone-url td.value {
|
||||
text-align: left;
|
||||
}
|
||||
div.file-contents pre {
|
||||
background-color: var(--offerwhite);
|
||||
padding: 0.2em 0.5em 0.2em 0.5em;
|
||||
}
|
||||
div.file-contents table {
|
||||
border-collapse: true;
|
||||
font-size: 1rem;
|
||||
}
|
||||
div.file-contents table th {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
div.file-contents table td {
|
||||
padding: 0.2em 0.5em 0.2em 0.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user