Builds page beta test

This commit is contained in:
RichardG867
2025-07-13 13:34:05 -03:00
parent f4a562cc1b
commit 84ac72f0cb
3 changed files with 518 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;