Show
Ignore:
Timestamp:
03/20/08 15:57:41 (10 months ago)
Author:
doughays
Message:

References #6262. Unit test CSS workaround for IE font-family inheritance problems with ValidationTextBox? subclass widgets.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/test_Spinner.html

    r12730 r13158  
    88                        @import "../../../dojo/resources/dojo.css"; 
    99                        @import "../css/dijitTests.css"; 
     10                        .dj_ie INPUT#integerspinner2 { font-family: Courier; } /* help IE with font inheritance */ 
    1011                </style> 
    1112