in reply to Nodelet style broken?
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Nodelet style broken?
by BrowserUk (Patriarch) on Jan 25, 2017 at 02:40 UTC |