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