Last active
August 29, 2015 14:04
-
-
Save xorrizon/1bbe9dfb404563f5166c to your computer and use it in GitHub Desktop.
Workaround for the current Jenkins Layout bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("jenkins.catrob.at") { | |
.col-md-3 { | |
width: 20%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment