Wider show groovy-lang.org for readability.
groovy-lang.org full width doc by hubbitus

Details
Authorhubbitus
LicenseNo License
Categorygroovy-lang.org
Created
Updated
Code size423 B
Code checksumdc49664f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name groovy-lang.org full width doc
@namespace github.com/Hubbitus
@version 1.0.0
@description Wider show groovy-lang.org for eadability.
@author Pavel Alexeev <Pahan@Hubbitus.info>
==/UserStyle== */
@-moz-document url-prefix("https://groovy-lang.org/") {
.row {
max-width: 100%;
padding: 0 5px;
}
@media (min-width: 1200px) {
.col-lg-8 {
width: 75%;
}
}
}