[Git][NTPsec/ntpsec][master] 3 commits: Stop footer from stretching and make text less likely to wrap
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Dec 8 05:52:47 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
2eb1a967 by Chris Mayo at 2016-12-08T00:52:22-05:00
Stop footer from stretching and make text less likely to wrap
- - - - -
b782d368 by Chris Mayo at 2016-12-08T00:52:22-05:00
Remove borders from cells in frame="none" tables
Seen on page footers
- - - - -
b3a1d68f by Chris Mayo at 2016-12-08T00:52:22-05:00
Center "The Okefenokee Orchestra" at the bottom of Site Map
- - - - -
3 changed files:
- docs/asciidoc.css
- docs/includes/footer.txt
- docs/sitemap.txt
Changes:
=====================================
docs/asciidoc.css
=====================================
--- a/docs/asciidoc.css
+++ b/docs/asciidoc.css
@@ -536,7 +536,7 @@ table.tableblock.frame-sides {
border-top-style: hidden;
border-bottom-style: hidden;
}
-table.tableblock.frame-none {
+table.tableblock.frame-none, table.tableblock.frame-none td {
border-style: hidden;
}
=====================================
docs/includes/footer.txt
=====================================
--- a/docs/includes/footer.txt
+++ b/docs/includes/footer.txt
@@ -1,4 +1,4 @@
-[cols="3",grid="none",frame="none",width="40%"]
+[cols="3",grid="none",frame="none",options="autowidth"]
|=========================================================
|image:icons/home.gif[height=32]link:index.html[Home Page]|
image:icons/sitemap.png[height=32]link:sitemap.html[Site Map]|
=====================================
docs/sitemap.txt
=====================================
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -27,6 +27,6 @@ include::includes/external.txt[]
'''''
-image:pic/tribeb.gif[]
+image::pic/tribeb.gif[align="center"]
include::includes/footer.txt[]
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/41598f045db3ad6a781d7513e19f7e747c844918...b3a1d68f2de60824174ebec85fb95a5461423ace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161208/6c5915d9/attachment.html>
More information about the vc
mailing list