From 3318ce964560635d10c929c1545f01dd71953cb5 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Sun, 20 Aug 2023 02:05:09 +0200 Subject: [PATCH] Fix github corner. Source: https://github.com/tholman/github-corners License MIT --- assets/css/style.css | 2 +- downloads.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 45b9289..1db042a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -193,7 +193,7 @@ section-area.warning a { color: #e5f1d3; text-decoration:underline; } section {margin-bottom:20px; background:#fff; border-radius:8px; border:1px solid #ddd; padding:10px 20px 20px 20px;} .subsection {margin-bottom:20px;} .subsection:last-child {margin-bottom:0px;} -img.github-ribbon {float: right; position: relative; top: 0; right: 0; border: 0;} +.github-ribbon {float: right; position: relative; top: -10px; right: -20px; border: 0; z-index: 0;} /* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */ ::-moz-selection {background: #000; color: #fff; text-shadow: none;} diff --git a/downloads.html b/downloads.html index 63bcc88..84a35c0 100644 --- a/downloads.html +++ b/downloads.html @@ -293,8 +293,17 @@

Other Systems

It's possible to build OpenSCAD on other systems as long as a C++ compiler and the prerequisite software libraries are available.

- Fork me on GitHub -
+
+
+ + + + +

Source Code