diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-14 09:57:50 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-21 11:00:40 -0400 |
commit | 7336a5869ceb2bf27779b5f089277c365fc7d278 (patch) | |
tree | be78b7a4add4c74c4f2d42065398d029f1d688fb /demos/demos.css | |
parent | 62446d957efb69cd53015919edf71501fcbd2599 (diff) | |
download | jquery-ui-7336a5869ceb2bf27779b5f089277c365fc7d278.tar.gz jquery-ui-7336a5869ceb2bf27779b5f089277c365fc7d278.zip |
Demos: Add new infrastructure using a require.js bootstrap
Fixes #10119
Closes gh-1557
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/demos.css b/demos/demos.css index 405425328..0b5b5ee49 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -2,6 +2,10 @@ body { font-family: Arial, Helvetica, sans-serif; } +.demo-loading { + visibility: hidden; +} + table { font-size: 1em; } |