mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
added overview link, improved css on non documentation pages
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
<div class="sidebar">
|
||||
<div class="well">
|
||||
<div class="menu-support-container">
|
||||
<a href="{{ pathto(master_doc) }}">Overview</a>
|
||||
<ul id="menu-support" class="menu">
|
||||
{{ toctree(maxdepth=2) }}
|
||||
</ul>
|
||||
@@ -186,7 +187,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{%- block footer %}
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
|
||||
@@ -1032,7 +1032,7 @@ img.lang-icon{ vertical-align: 0.05em; margin-right: 0.3em; }
|
||||
img.alignleft{ margin-right: 20px; }
|
||||
|
||||
.footer {
|
||||
padding-top: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
@@ -1058,4 +1058,18 @@ img.alignleft{ margin-right: 20px; }
|
||||
background-position: 5px 5px;
|
||||
background-size: 30px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.indextable a {
|
||||
color: #fefefe;
|
||||
}
|
||||
|
||||
.indextable dt {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
color: #dedede;
|
||||
margin-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user