Extension talk:AccessPostgres

From MediaWiki.org
Jump to: navigation, search

Styling the output[edit | edit source]

I'm sure this must be the wrong place to discuss this, but here goes... I've done this on my own site:

754c754
<                            $output .= "<tr>";
---
>                            $output .= "<tr class=\"pgrow\">";
756c756
<                                    $output .= "<td>";
---
>                                    $output .= "<td class=\"pgcell\">";

to the file AccessPostgres.body.php and then added some appropriate styles in skins/common/commonElements.css which gives me control over the appearance of the table. Would that be a useful adition to the extension? --Northernhenge (talk) 18:42, 23 May 2013 (UTC)