File tree Expand file tree Collapse file tree 3 files changed +518
-0
lines changed
Expand file tree Collapse file tree 3 files changed +518
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,20 @@ div#socialnew {
7676 display : none;
7777}
7878
79+ /* Pages */
80+ div # bisectform , p # bisectbtns {
81+ display : none;
82+ }
83+ .bisectgood {
84+ background : # 80ff80 ;
85+ }
86+ .bisectbad {
87+ background : # ff8080 ;
88+ }
89+ span # bisecttry {
90+ display : none;
91+ }
92+
7993/* Blog */
8094sup {
8195 font-size : x-small;
Original file line number Diff line number Diff line change @@ -155,6 +155,29 @@ div#socialold {
155155 display : none;
156156}
157157
158+ /* Pages */
159+ div # bisectform , p # bisectbtns {
160+ display : none;
161+ }
162+ .bisectgood {
163+ background : # 80ff80 ;
164+ }
165+ .bisectbad {
166+ background : # ff8080 ;
167+ }
168+ span # bisecttry {
169+ display : none;
170+ }
171+ div # buildbins ul {
172+ margin : 0 ;
173+ }
174+ div # buildbins li {
175+ margin : 0.1em 0 ;
176+ }
177+ div # buildbins > p {
178+ margin : 1em 0 ;
179+ }
180+
158181/* Blog */
159182p , ul , ol {
160183 margin : 0.65em 0 ;
You can’t perform that action at this time.
0 commit comments