Center articles and other text
LWN Center Articles by bse.apc
Details
Authorbse.apc
LicenseWTFPL
Categorylwn.net
Created
Updated
Size362 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 LWN Center Articles
@version 20241108.19.19
@namespace https://userstyles.world/user/bse
@description Center articles and other text
@author bse
@license WTFPL
==/UserStyle== */
@-moz-document domain("lwn.net") {
DIV.middlecolumn {
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
}