jantman / repostatus.org

A standard to easily communicate to humans and machines the development/support and usability status of software repositories/projects.
http://www.repostatus.org
Creative Commons Attribution Share Alike 4.0 International
172 stars 41 forks source link

Remove leading spaces in the list of statuses #15

Closed roryokane closed 9 years ago

roryokane commented 9 years ago

The leading spaces create an ugly hanging indent in the list on the website.

jantman commented 9 years ago

Thanks so much!!!

jantman commented 9 years ago

I guess I merged this assuming you were seeing something that I wasn't, but I'm not sure if that's the case. I'm pretty sure that the hanging indent is coming from the CSS in the orderedlist theme.

roryokane commented 9 years ago

Sorry, I used the wrong term. The problem that I fixed was a normal indent, not a hanging indent. I know that the hanging indent is supposed to be there.

Before:

•   Abandoned - Initial development has started, but there has not yet been a
   stable, usable release; the project has been abandoned and the author(s) do
   not intend on continuing development.
•   Active - The project has reached a stable, usable state and is being actively
   developed.
•   Inactive - The project has reached a stable, usable state but is no longer being
   actively developed; support/maintenance will be provided as time allows.

After:

•  Abandoned - Initial development has started, but there has not yet been a
   stable, usable release; the project has been abandoned and the author(s) do
   not intend on continuing development.
•  Active - The project has reached a stable, usable state and is being actively
   developed.
•  Inactive - The project has reached a stable, usable state but is no longer being
   actively developed; support/maintenance will be provided as time allows.
jantman commented 9 years ago

Ah, that makes more sense. Thanks.