Reply To: syntax acceptability judgment – pictures and template

PennController for IBEX Forums Support syntax acceptability judgment – pictures and template Reply To: syntax acceptability judgment – pictures and template

#7122
Jeremy
Keymaster

You could use .button() on your Scale element and add this to Aesthetics/PennController.css:

.Scale label {
    padding: 1em;
    color: blue;
    margin: 1em;
    border: solid 1px gray;
}

Jeremy