For picture
inteltoys.ru by neiz-kap
Details
Authorneiz-kap
LicenseNo License
Categoryuserstyles
Created
Updated
Size444 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 inteltoys.ru
@version 20211111.10.41
@namespace userstyles.world/user/neiz-kap
@description For picture
@author neiz-kap
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://inteltoys.ru/articles/cat7/article499.html") {
br {
display: none;
}
p[align=center]{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
a{
max-width: 250px;
}
}