Adjusts the images to be centered
writelighthouse.com - polaroid image fix by terralith-site
Details
Authorterralith-site
LicenseNo License
Categoryhttps://www.writelighthouse.com/
Created
Updated
Code size347 B
Code checksum30344041
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name writelighthouse.com - polaroid image fix
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("writelighthouse.com") {
.smallimg{
margin-left: calc(0.5em);
margin-bottom: calc(0.25em);
}
}