mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Builds page beta test
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user