diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-16 01:49:08 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:57 -0400 |
commit | 4acdfa14b2e9ff5c44d0b3cc5f8424efd0c758e4 (patch) | |
tree | a806eec544f7983c2b2c670cb2eadd6e205022e4 /themes | |
parent | 344ce3c87c6bfed785c1c7f2c5c22f6034923743 (diff) | |
download | jquery-ui-4acdfa14b2e9ff5c44d0b3cc5f8424efd0c758e4.tar.gz jquery-ui-4acdfa14b2e9ff5c44d0b3cc5f8424efd0c758e4.zip |
Controlgroup: Address review comments
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/controlgroup.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css index affae98ee..481459102 100644 --- a/themes/base/controlgroup.css +++ b/themes/base/controlgroup.css @@ -2,7 +2,7 @@ * jQuery UI Controlgroup @VERSION * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * @@ -60,7 +60,7 @@ margin: .4em; padding: 0; - /* Support IE8, Android < 4.4 */ + /* Support: IE8 only, Android < 4.4 only */ width: 85%; width: calc( 100% - 22px ); } |