Skip to content

Responsive Web design marksheet edits #204

Open
@loneosama

Description

@loneosama

What was incorrect, unhelpful, or incomplete?

Marking RWD has an isue with the following lines

header li {
   margin: 0; /* remove the margin used in the mobile design */
 }
 header a {
   border: 0; /* remove the border used in the mobile design */
 }

What did you expect to see?

The li by default has no margin, so i am not sure the purpose of the css directive to remove margins from li elements under the header.

The second point border :0 is better replace by none, since that is a keyword rather than using value 0.

Do you have any supporting links, references, or citations?

not really

Do you have anything more you want to share?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    idleIssues and pull requests with no activity for three months.needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions