javadoc/stylesheet.css: Fix font size of nested bullet lists.Fonts became too small to read.Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
GCC Linker Config: Add '-static-libstdc++' in case libstdc++ is being linkedLinking libstdc++ dynamically might cause issues on platformswhere a huge variation of named library exists - or none even is installed.