summaryrefslogtreecommitdiffstats
path: root/site/style/main.sass
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-16 22:35:11 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-16 22:35:11 +0100
commitb47ee36ceab517ba84234bf09e3bb01035450a9a (patch)
tree9d5cad60ba02a7a724f3c660f3b91e781bf0676d /site/style/main.sass
parentAdd a dedicated icon for GitHub links (diff)
Automatically generate a revision table from git history
Diffstat (limited to 'site/style/main.sass')
-rw-r--r--site/style/main.sass23
1 files changed, 23 insertions, 0 deletions
diff --git a/site/style/main.sass b/site/style/main.sass
index d454016..4490729 100644
--- a/site/style/main.sass
+++ b/site/style/main.sass
@@ -147,3 +147,26 @@ body#vcard
ol
margin-top: 0.3em
+
+#history
+ summary
+ color: black
+ font-weight: bold
+
+ table
+ border-top: 2px solid black;
+ border-bottom: 2px solid black;
+ border-collapse: collapse;
+
+ td
+ border-bottom: 1px solid black
+ padding: .5em
+ vertical-align: top
+
+ td.commit
+ font-size: smaller
+
+ td.commit
+ font-family: 'Fira Code', monospace
+ font-size: 80%
+ white-space: nowrap; \ No newline at end of file