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