Re: How to remove the dotted line?
Posted by
1j1 on
Jul 31, 2013; 12:58am
URL: https://support.nabble.com/Counter-of-sub-forums-dotted-line-tp7585569p7585657.html
How would I change something now if when I got to Edit Page it out of sudden shows some Error 500:
http://1j1.2328899.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=view_mixed%21nabble%3Aview_mixed.naml&base=nabble.view.web.template.ServletNamespace ?
And I noticed that dotted lines were there before I started modifying things.
I put that
tr.main-row td {
border: none;
}
in CSS but it didn't remove it.
Is it Ok if I already have a code in there as
div#nabble.nabble table.main tbody tr.header-row td.medium-border-color table.avatar-table tbody tr td.nowrap span.weak-color {
display:none;
}
so I put what you said just after it? Like:
div#nabble.nabble table.main tbody tr.header-row td.medium-border-color table.avatar-table tbody tr td.nowrap span.weak-color {
display:none;
}
tr.main-row td {
border: none;
}
(Sorry, haven't gotten around the CSS tweaks yet)