User:Mcint/global.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mcint (talk | contribs)
adding highlighting of target of URL Fragment component of link
Tag: Reverted
Mcint (talk | contribs)
No edit summary
Tag: Reverted
Line 8: Line 8:
}
}


:target {
:target { background: #ff04; }
    background: #ff04;
}

Revision as of 19:19, 3 September 2023

/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}

:target { background: #ff04; }