aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-26 07:36:45 +0000
committerAkshay <[email protected]>2020-01-26 07:36:45 +0000
commit6ef8d7939785721f335e2eb6706beb77c8b96908 (patch)
treed5b59ae9da6533b0320db78025b5d6caa82d7ad7 /docs/style.css
parentf402eac6af46406ea180baa402288654891680c3 (diff)
add creativecommons license
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css9
1 files changed, 9 insertions, 0 deletions
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 {
139 text-decoration: none; 139 text-decoration: none;
140 color: var(--black); 140 color: var(--black);
141 text-shadow: none; 141 text-shadow: none;
142 text-align: center;
142 font-weight: 800; 143 font-weight: 800;
143 font-size: 1.5rem; 144 font-size: 1.5rem;
144} 145}
@@ -197,3 +198,11 @@ pre > code {
197 font-size: 0.7rem; 198 font-size: 0.7rem;
198 text-align: center; 199 text-align: center;
199} 200}
201
202.footimgs {
203 max-height: 0.7rem;
204 display: inline-block;
205 vertical-align: middle;
206 image-orientation: from-image;
207 cursor: pointer;
208}