Fully justified text on Launchpad News blog formats poorly

Bug #141486 reported by Matthew Revell
4
Affects Status Importance Assigned to Milestone
Launchpad Blog WordPress Theme
Fix Released
Undecided
Joey Stanford

Bug Description

The Launchpad News blog's theme justifies the text in the blog posts. Justified text is harder to read than left-aligned text and it can become ugly if it has to stretch a small number of words across one line.

Changed in launchpad-documentation:
assignee: nobody → newz
status: New → Confirmed
Revision history for this message
Joey Stanford (joey) wrote :

The fix to this is in style.css

.entry-content {
 font-size: 1.2em;
 line-height: 1.8em;
 text-align: left;
 color: #444;
 }

But I do not have permissions to write to the file.

Revision history for this message
Joey Stanford (joey) wrote :

deployed new theme

Changed in launchpad-documentation:
assignee: newz → rinchen
milestone: none → 1.99
status: Confirmed → Fix Released
Joey Stanford (joey)
Changed in launchpad-documentation:
milestone: 1.99 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.