Testing browsing with increased spacing
www.tudublin.ie - May 2024 by brendanfeeney
Details
Authorbrendanfeeney
LicenseNo License
Categoryhttps://www.tudublin.ie/
Created
Updated
Size313 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 www.tudublin.ie - May 2024
@version 20240524.09.50
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.tudublin.ie/") {
* {
line-height: 1.5 !important;
letter-spacing: 0.12em !important;
word-spacing: 0.16em !important;
}
p {
margin-bottom: 2em !important;
}
}