mootools / website

MooTools Website - move fast and break things
https://mootools.net
45 stars 31 forks source link

Bullets (arrows) on list items are not aligned correctly #196

Closed lorenzos closed 9 years ago

lorenzos commented 9 years ago

The little blue arrow used as bullet for unsorted lists in Docs is aligned to the bottom of text, so it's difficult to quickly locate, for example, option names.

Screenshot

The following screenshot is emblematic, just look at where the arrow for the link option is placed!

It can be solved just adding top: 0; in .docs .content ul li:after. I'm not practical with Stylus, and the fix is so simple I don't think it was necessary to clone and request a pull.

SergioCrisostomo commented 9 years ago

@lorenzos good point. I can fix this later today. Probably will go here.Will check/fix.