Narrow oasis-open specifications to 80 character lines.
oasis-open 80ch by HoldYourWaffle
Details
AuthorHoldYourWaffle
LicenseCC Zero
Categoryoasis-open
Created
Updated
Size216 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 oasis-open 80ch
@version 20231123.03.30
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://docs.oasis-open.org/") {
body {
width: 80ch;
margin: auto;
}
}