From 6ef8d7939785721f335e2eb6706beb77c8b96908 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 26 Jan 2020 13:06:45 +0530 Subject: add creativecommons license --- docs/index.html | 14 +++++++------- docs/style.css | 9 +++++++++ generate.sh | 14 +++++++------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/docs/index.html b/docs/index.html index 72e6015..d6eb27d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -160,13 +160,13 @@
diff --git a/docs/style.css b/docs/style.css index bd380e7..6a25373 100644 --- a/docs/style.css +++ b/docs/style.css @@ -139,6 +139,7 @@ a, a:hover, a:visited, a:active { text-decoration: none; color: var(--black); text-shadow: none; + text-align: center; font-weight: 800; font-size: 1.5rem; } @@ -197,3 +198,11 @@ pre > code { font-size: 0.7rem; text-align: center; } + +.footimgs { + max-height: 0.7rem; + display: inline-block; + vertical-align: middle; + image-orientation: from-image; + cursor: pointer; +} diff --git a/generate.sh b/generate.sh index 7bbe3c1..a326059 100755 --- a/generate.sh +++ b/generate.sh @@ -111,13 +111,13 @@ done echo "
-- cgit v1.2.3