Skip to content

Fix line breaking in listings.html #11

@Tembrel

Description

@Tembrel

The use of the "yuk" symbol makes it hard to space the list items in listings.html. The current hack is:

<style>
  li {
     height: 28px;
        margin-top: 12px;
      }
      li.yuk::after {
        position: absolute;
        content: url('images/mryuk.gif');
      }
    </style>

but it could certainly be improved, especially for small screens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions