Add separators between sections.
borders for sections (example) by pvit
Details
Authorpvit
LicenseNo License
Categoryuserstyles
Created
Updated
Size373 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name borders for sections (example)
@version 20220107.01.22
@namespace rcopen
@description Add separators between sections.
@author pvit
@license CC-BY
==/UserStyle== */
@-moz-document domain("rcopen.com") {
.forum-section {
border-top: 1px solid #ddd;
}
.forum-section:last-child {
border-bottom: 1px solid #ddd;
}
}