Aligns the text in Pocket to Justify mode.
Pocket - Justify text by danielrozenberg
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/113506.user.css
Details
Authordanielrozenberg
LicenseNONE
Categorygetpocket
Created
Updated
Size351 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 Pocket - Justify text
@namespace USO Archive
@author Daniel Rozenberg
@description Aligns the text in Pocket to Justify mode.
@version 20190523.02.14
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("getpocket.com") {
#RIL_container #RIL_body p {
text-align: justify;
}
}