summaryrefslogtreecommitdiffstatshomepage
path: root/stylesheets/extra.css
diff options
context:
space:
mode:
author <>2023-10-06 19:46:53 +0000
committer <>2023-10-06 19:46:53 +0000
commitfb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299 (patch)
tree7353615c17953be7dd1110d6dcdb81ebd013de77 /stylesheets/extra.css
downloadinfini-fb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299.tar.gz
infini-fb40e7c2fc5aa00bd7d066abfc9fb25c26c5a299.zip
Deployed d629000 with MkDocs version: 1.5.3
Diffstat (limited to 'stylesheets/extra.css')
-rw-r--r--stylesheets/extra.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/stylesheets/extra.css b/stylesheets/extra.css
new file mode 100644
index 00000000..c555dccc
--- /dev/null
+++ b/stylesheets/extra.css
@@ -0,0 +1,27 @@
+.metadata{
+ list-style:none;
+ padding:0;
+ margin:0;
+ margin-bottom: 15px;
+ color: #999;
+ font-size:0.85em;
+}
+.metadata.page-metadata .contributors-text{
+ margin-right:5px
+}
+body[dir=rtl] .metadata.page-metadata .contributors-text{
+ margin-right:0;
+ margin-left:5px
+}
+.page-metadata .contributors{
+ display:inline-block;
+ list-style:none;
+ margin:0!important;
+ padding:0!important
+}
+.page-metadata .contributors li{
+ display:inline-block;
+ vertical-align:top;
+ margin:0;
+ padding:0
+} \ No newline at end of file