summaryrefslogtreecommitdiffstats
path: root/docs/static/css
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-01-04 18:15:08 +0100
committerAnthony Fok <foka@debian.org>2016-01-07 04:23:26 -0700
commitb47652fb296b14fa44538380b46e62659ef2e94b (patch)
tree0956fefcaf8417499b6eb58e68acc6824a57fc77 /docs/static/css
parent2c661674317d980fff4f48cb410b929fa18b0bf2 (diff)
Docs: add panel showing the last revision of a page
The panel also contains the version of the documentation.
Diffstat (limited to 'docs/static/css')
-rw-r--r--docs/static/css/bootstrap-gohugo.css2
-rw-r--r--docs/static/css/style.css20
2 files changed, 21 insertions, 1 deletions
diff --git a/docs/static/css/bootstrap-gohugo.css b/docs/static/css/bootstrap-gohugo.css
index 176e5aa56..1a929cfe8 100644
--- a/docs/static/css/bootstrap-gohugo.css
+++ b/docs/static/css/bootstrap-gohugo.css
@@ -1271,7 +1271,7 @@ label {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-body {
- padding: 15px;
+ padding: 15px 15px 0px 15px;
}
.carousel {
position: relative;
diff --git a/docs/static/css/style.css b/docs/static/css/style.css
index 89f6324e8..bbac66626 100644
--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -622,3 +622,23 @@ i.freebsd-19px:before {
display: none;
}
}
+
+
+/* Footer panel */
+.footer-panel {
+ width: 100%;
+ border-top:1px #efefef solid;
+ line-height: 30px;
+ padding: 25px 0px 15px;
+ margin-top: 15px;
+ background: #f9f9f9;
+ display: inline-block;
+ float: left;
+}
+
+.footer-panel p {
+ padding-left: 20px;
+ padding-right: 20px;
+ font-size: medium;
+ font-style: italic;
+}