Sets the default tab intend size for the browser. Beware, will conflict with some IDEs!
Fix tab intend size for browser by ccuser44
Details
Authorccuser44
LicenseCC0
CategoryIntending
Created
Updated
Size730 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 Fix tab intend size for browser
@namespace Intending
@version 1.0.1
@description Sets the default tab intend size for the browser. Beware, will conflict with some IDEs!
@author ccuser44
@license CC0
==/UserStyle== */
/*
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
@-moz-document regexp(".*") {
tab-size: 4 !important;
}