Hi,
There has been no actual CSS changes, one of the gods is messing with the themes ("html")
they switched out the table/tbody/tr/td with div tags and didn't update the css
original
<!--nodelet handling code (monktainer)--> <td width="20%" valign="top" align="right" class="nodelets"> <!-- Begin nodelets --> <table class='nodelet_container' id='nodelet_container'> <!-- Nodelet Break --> <tbody class="nodelet" id="Tick_tock">
new
<!--nodelet handling code (monktainer)--> <td width="20%" valign="top" align="right" class="nodelets"> <!-- Begin nodelets --> <div class='nodelet_container' id='nodelet_container'> <!-- Nodelet Break --> <div class="nodelet" id="Log_In"> <div class="nodelet_head">
experiment or amateur hour?
In reply to Re: Nodelet style broken?
by beech
in thread Nodelet style broken?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |