JonsXMLIndenterUserStyle
Från Wikipedia, den fria encyklopedin.
Install the Stylish addon for Firefox and add the following content to a new Style to make Jon's XML Indenter more practical.
@-moz-document url-prefix(http://jonstestarea.ning.com/) {
h1 {
font-size: 1em !important;
}
textarea {
width: 90% !important;
height: 400px !important;
}
#button {
font-size: 1em !important;
width: 20% !important;
}
#userHeader {
padding-top: 0em !important;
padding-left: 1em !important;
}
#xn_app {
padding-left: 1em !important;
}
body {
background: lightblue !important;
}
p.instructions {
font-size: 1em !important;
}
}
