n@1102: n@1102: div#content > div.node{ n@1102: background-color: rgb(200,228,151); n@1102: } n@1102: n@1102: div#content > div#setup{ n@1102: background-color: coral; n@1102: } n@1102: n@1102: input:disabled+span{ n@1102: text-decoration: line-through; n@1102: } n@1102: n@1102: div.attribute{ n@1102: float: none; n@1102: } n@1102: div.attribute input{ n@1102: max-width: 100%; n@1102: width: 300px; n@1102: } n@1102: div.attribute input[type=radio], div.attribute input[type=checkbox]{ n@1102: width: 10px; n@1102: }