diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-10-15 08:06:50 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:50 +0000 |
commit | 9487f027092eea7c2efe6136da0b4b8bf5ac62c8 (patch) | |
tree | 0985ef211c26e02a246a74e58f4f462b5eaa0fe2 /Cydia.app/confirm.js | |
parent | ec3f2f5367c6f1246d7e311e2293c6e0e83df0bc (diff) |
Checkpoint before trying to solve the bottom alignment issue.
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r-- | Cydia.app/confirm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 785448c..09a121c 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -37,7 +37,7 @@ $(function () { var length = list.length; if (length != 0) { - $("#modifications").append("<div>" + + $("#modifications").append("<div class=\"clearfix\">" + "<label>" + keys[i] + "</label>" + "<div id=\"i" + i + "\"></div>" + "</div>"); |