You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extends.css 176B

12345678910111213
  1. .error, .badError {
  2. border: 1px #f00;
  3. background: #fdd;
  4. }
  5. .error.intrusion, .badError.intrusion {
  6. font-size: 1.3em;
  7. font-weight: bold;
  8. }
  9. .badError {
  10. border-width: 3px;
  11. }