h.css 215 B

1234567891011121314
  1. @import url(style.css);
  2. .c { /* comment */
  3. color: black;
  4. font-weight: bold;
  5. }
  6. .idl_FROZEN {
  7. border: 1px solid red;
  8. }
  9. .idl_UNDER_REVIEW {
  10. border: 1px solid orange;
  11. }
  12. .idl_DEPRECATED {
  13. border: 1px solid brown;
  14. }