SVN2746 (4.1.4) ... standard theme ... style.css
Brought to you by:
canajun2eh,
yalnifj
Two lines
966
vertical-align: middle
1163
background-color: white
are missing a terminating semi-colon before the closing }
Also around line 974 there are multiple attempts at defining opacity ... for the "rela" style. In other places, eg the "flag" and "dimflag" (line 495), IE's non-standard opacity declarations have been moved to the msie.css ... opacity seems to be a real problem for IE to implement the spec.
Mark
Logged In: YES
user_id=1198414
Originator: NO
The same thing occurs in the other themes too.
According to the examples shown in the CSS manual, the ";" before the closing "}" is optional.
The move of the non-standard opacity declarations for the "brightflag" and "dimflag" classes was done to keep the style sheet somewhat tidier. Also, by concentrating the non-standard declarations in browser-specific files, we can easily change things when the non-standard folks get around to observing the standard.
I suppose that for consistency, we should change the offending bits of the various style sheets.