monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

Align the CSS classes of JanosBibliographyStyle with the default ones #72

Closed ManiShiyam closed 6 years ago

ManiShiyam commented 7 years ago

I am able to change the fontsize etc via custom css in wordpress. But when I change the style to 'JanosBibliographyStyle' I am no longer able to customize the view (fontsize, etc.)

monperrus commented 7 years ago

The reason is that JanosBibliographyStyle probably doesn't contain the same CSS classes as the default style.

This can be considered a bug. Would you make a pull request to fix this?

Thanks.