Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
notice the corners, it's triggering
The title bar has rounding on the bottom and the box has rounding at the top.
Just stick this in without editing anything else
#editform h2 {
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
#editform .box, #quickpost .box {
border-top-left-radius:0px;
border-top-right-radius:0px;
}
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
The title bar has rounding on the bottom and the box has rounding at the top.
Just stick this in without editing anything else
#editform h2 { border-bottom-left-radius:0px; border-bottom-right-radius:0px; } #editform .box { border-top-left-radius:0px; border-top-right-radius:0px; }
any particular reason you go for those two instead of that giant list "h2, #brdstats, #brdfooter, input, select, textarea, button, div.quotebox" ?
curious
Offline
Koya wrote:The title bar has rounding on the bottom and the box has rounding at the top.
Just stick this in without editing anything else
#editform h2 { border-bottom-left-radius:0px; border-bottom-right-radius:0px; } #editform .box, #quickpost .box { border-top-left-radius:0px; border-top-right-radius:0px; }
any particular reason you go for those two instead of that giant list "h2, #brdstats, #brdfooter, input, select, textarea, button, div.quotebox" ?
curious
Selected those 3 because they were the only ones I noticed.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
I blame the PMs system.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
[ Started around 1741263063.6743 - Generated in 0.108 seconds, 12 queries executed - Memory usage: 1.44 MiB (Peak: 1.56 MiB) ]