Document new updater

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-05-14 18:00:32 -05:00
parent 0931d835d4
commit cbc02655c4
20 changed files with 212 additions and 121 deletions

View File

@@ -1130,4 +1130,9 @@ a.headerlink {
between above the top of the third level list */
#menu-support.menu ul ul ul {
border-top: 1px solid #EFEFEF;
}
}
.terminal-image {
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
border-radius: 2px;
}

View File

@@ -474,3 +474,8 @@ li.next {
}
/* -- End specific css for documentation -- */
.terminal-image {
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
border-radius: 2px;
}