[Resolved] thin dotted line around posts and tables

Home Forums Support [Resolved] thin dotted line around posts and tables

Home Forums Support thin dotted line around posts and tables

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #160134
    Torsten

    Hi Tom,
    around posts (http://goo.gl/zLxA8L) and tables (http://goo.gl/IORgdM) I have a thin dotted line.
    I couldn’t find the code in style.css creating it.
    Any way to get rid of them?
    best
    Torsten

    #160204
    Tom
    Lead Developer
    Lead Developer

    That’s because there’s a thin line that goes around tables (you should avoid using tables unless you’re posting tabular data).

    To remove it, use this CSS:

    table, th, td {
        border: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.