lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 12/12/2011 13.41, Luiz Henrique de Figueiredo wrote:
In 5.2.0 rc7 refman the names of functions both in the C API sections
and Lua libs sections show up exceptionally tiny on my browser.

Could you please test this in manual.css?

h3 code {
         font-family: inherit ;
         font-size: inherit ;
}



This solves the issue for me!

Thanks!

-- Lorenzo