for ece 319k/h
319k by jiwoooop
Details
Authorjiwoooop
LicenseNo License
Categoryusers.ece.utexas.edu -> 319k
Created
Updated
Size383 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 users.ece.utexas.edu - 1/10/2023, 8:52:28 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("users.ece.utexas.edu/") {
/* Insert code here... */
body * {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
}