You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/04/11 14:26:37 UTC

[jena-site] 06/06: CSS for tables (100% and add some padding to titles)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 99529be08daafb52d6ff96a17103ae864fcd1c4e
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Mon Apr 10 12:49:50 2023 +0200

    CSS for tables (100% and add some padding to titles)
---
 assets/sass/jena.scss | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/assets/sass/jena.scss b/assets/sass/jena.scss
index 88dd85a6b..dae371118 100644
--- a/assets/sass/jena.scss
+++ b/assets/sass/jena.scss
@@ -79,6 +79,14 @@ main {
       text-wrap: unset;
       font-style: italic;
     }
+    table {
+      width: 100%;
+      margin-bottom: 1rem;
+
+      th {
+        padding: 0.1rem 0.5rem;
+      }
+    }
   }
   aside {
     &.d-xl-flex {