The Academia theme justifies all texts, including titles, text in tables and so on. This does not look very nice.

Examples can be seen on http://ai.vub.ac.be/, where long titles which span several lines are justified, causing lots of spaces between the words. Also notice the ugly spacing in the table text "Year of publication" on http://ai.vub.ac.be/node/57

I would like to use only justification for the body texts, not for headings and tables and so on.

Comments

bengtan’s picture

Status: Active » Postponed (maintainer needs more info)

Hmmm ... I'm undecided about this.

If enough users vote for removing global text justification, then I'll do so.

For now, if you want to remove it just for your site, you can edit html-elements.css and remove line 27:

  text-align: justify; 

If you want to justify eg. only paragraphs, you could try adding this to the end of html-elements.css:

  p { text-align: justify; }

Justifying other elements will require further css tweaking.