diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 527157f..d483afc 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -76,6 +76,20 @@ div#socialnew { display: none; } +/* Pages */ +div#bisectform, p#bisectbtns { + display: none; +} +.bisectgood { + background: #80ff80; +} +.bisectbad { + background: #ff8080; +} +span#bisecttry { + display: none; +} + /* Blog */ sup { font-size: x-small; diff --git a/assets/css/style.css b/assets/css/style.css index f2a7425..eb62358 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -155,6 +155,29 @@ div#socialold { display: none; } +/* Pages */ +div#bisectform, p#bisectbtns { + display: none; +} +.bisectgood { + background: #80ff80; +} +.bisectbad { + background: #ff8080; +} +span#bisecttry { + display: none; +} +div#buildbins ul { + margin: 0; +} +div#buildbins li { + margin: 0.1em 0; +} +div#buildbins > p { + margin: 1em 0; +} + /* Blog */ p, ul, ol { margin: 0.65em 0; diff --git a/builds.md b/builds.md new file mode 100644 index 0000000..02d52f9 --- /dev/null +++ b/builds.md @@ -0,0 +1,481 @@ +--- +layout: page +title: "Experimental builds" +--- + +# Experimental builds + +These pre-release testing builds are made from the latest 86Box source code on [GitHub](https://github.com/86Box/86Box). They may contain bugs, unfinished features, reduced performance or other issues. + +Most people should use the regular [**release builds**](https://github.com/86Box/86Box/releases/latest) instead; however, if you run into an issue with those, you can check if it's fixed on the latest testing build displayed below. The **Bisect** button can help you locate the exact build in which the issue started occurring. + +--- + + + + +