From bf2c1463b63df5687ccb83d7e2561768e4e9bd3e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 29 Sep 2023 14:42:27 +0200 Subject: [PATCH 1/3] add sat-rs examples --- index.css | 8 ++++---- index.html | 6 ++++-- sat-rs.html | 16 ++++++++++++++-- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/index.css b/index.css index aca0b4f..91a20e1 100644 --- a/index.css +++ b/index.css @@ -131,7 +131,7 @@ body { .develop a, .master a, .sat-doc a, -.repo-container a { +.single-box a { display: block; text-align: center; width: 100%; @@ -171,7 +171,7 @@ body { justify-content: center; } -.repo-container p { +.single-box p { //border: 2px solid #000; margin: 20px; padding-left: 0; @@ -188,14 +188,14 @@ body { .develop ul, .links ul, .sat-doc ul, -.repo-container p { +.single-box p { padding-left: 0; } .develop li a:hover, .master li a:hover, .links li a:hover, -.repo-container p a:hover { +.single-box p a:hover { background-color: #323232; color: white; } diff --git a/index.html b/index.html index 46b86a8..6c225b0 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,9 @@