Skip to content

groovy-lang.org full width doc by hubbitus

Screenshot of groovy-lang.org full width doc

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

Wider show groovy-lang.org for readability.

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%;
		}
	}
}

Reviews

No reviews yet.