diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-01-15 12:43:48 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-01-15 12:43:48 +0000 |
commit | ab153e07c78098567b9f1e53deb9145bcd6c22d3 (patch) | |
tree | c95eff12c0044742cd9b12afd0c7c8c54f9817d6 /themes | |
parent | acec1c89c56dc16024aa5b992f7254eaf67cacfe (diff) | |
download | jquery-ui-ab153e07c78098567b9f1e53deb9145bcd6c22d3.tar.gz jquery-ui-ab153e07c78098567b9f1e53deb9145bcd6c22d3.zip |
missing linebreak makes concatenated file unreadable
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.core.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.core.css b/themes/base/ui.core.css index c2f18f2c0..11c16f235 100644 --- a/themes/base/ui.core.css +++ b/themes/base/ui.core.css @@ -34,4 +34,4 @@ ----------------------------------*/ /* Overlays */ -.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
\ No newline at end of file +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |