diff options
author | Anika Henke <anika@selfthinker.org> | 2012-11-20 00:29:01 +0000 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-19 21:31:28 -0500 |
commit | 010e09fa62b7e71fdfaaf6b0d4e974be0704a1c8 (patch) | |
tree | 40d0556c30725e5ed1856333bde3cb6da55c224f /themes/base/jquery.ui.selectable.css | |
parent | d5afdba4cb4e00fcd40e22beefd059464f75998b (diff) | |
download | jquery-ui-010e09fa62b7e71fdfaaf6b0d4e974be0704a1c8.tar.gz jquery-ui-010e09fa62b7e71fdfaaf6b0d4e974be0704a1c8.zip |
CSS: Reformatted CSS to use better coding standard
Diffstat (limited to 'themes/base/jquery.ui.selectable.css')
-rw-r--r-- | themes/base/jquery.ui.selectable.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.selectable.css b/themes/base/jquery.ui.selectable.css index e00779d7e..8c58aa336 100644 --- a/themes/base/jquery.ui.selectable.css +++ b/themes/base/jquery.ui.selectable.css @@ -8,4 +8,8 @@ * * http://docs.jquery.com/UI/Selectable#theming */ -.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} |