Difference between revisions of "User talk:JHenderson"
JHenderson (talk | contribs) |
|||
Line 6: | Line 6: | ||
[[User:Chrisc|chrisc]] 09:16, 10 November 2007 (UTC) | [[User:Chrisc|chrisc]] 09:16, 10 November 2007 (UTC) | ||
+ | |||
+ | ---- | ||
+ | |||
+ | That looks much better, I also thought it looked a little small. In order to get this to display properly in a fixed-font rather than the default, I did have to change the theme CSS to remove the pre element from the list - the file changed was gumax_template.css - I just commented the pre element out on line 49; doesn't seem to have affected anything else. | ||
+ | |||
+ | Also, to get rid of the PHP error message we were seeing on the preview page, I set the php error_reporting value to 2039 for the ashighlight.class.php script. Kinda an ugly hack, but the returned error had to do with use of an undefined variable in a define call - which seemed odd to me. Again, seems to work, but probably not the most elegant solution. | ||
+ | |||
+ | [[User:JHenderson|JHenderson]] 19:50, 10 November 2007 (UTC) |
Revision as of 19:50, 10 November 2007
It's not quite readable... I suggest removing font-size: 90%; from the pre rule on the CSS. I tried disabling that property manually with Firebug and it definitely looks more readable. Nicolas 17:30, 9 November 2007 (UTC)
I've removed the font-size: 90%.
chrisc 09:16, 10 November 2007 (UTC)
That looks much better, I also thought it looked a little small. In order to get this to display properly in a fixed-font rather than the default, I did have to change the theme CSS to remove the pre element from the list - the file changed was gumax_template.css - I just commented the pre element out on line 49; doesn't seem to have affected anything else.
Also, to get rid of the PHP error message we were seeing on the preview page, I set the php error_reporting value to 2039 for the ashighlight.class.php script. Kinda an ugly hack, but the returned error had to do with use of an undefined variable in a define call - which seemed odd to me. Again, seems to work, but probably not the most elegant solution.
JHenderson 19:50, 10 November 2007 (UTC)