mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
7 lines
365 B
CSS
7 lines
365 B
CSS
/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */
|
|
|
|
#ie_historyFrame { width: 0px; height: 0px; display:none }
|
|
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
|
|
#safari_formDiv { width: 0px; height: 0px; display:none }
|
|
#safari_rememberDiv { width: 0px; height: 0px; display:none }
|