Removed unneeded CSS classes

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:17:50 +01:00
parent df8758e38f
commit d8c3691bd1
22 changed files with 31 additions and 41 deletions
-5
View File
@@ -55,7 +55,6 @@ Modal.prototype.display = function(title,options) {
$tw.utils.addClass(modalWrapper,"modal");
$tw.utils.addClass(modalHeader,"modal-header");
$tw.utils.addClass(modalBody,"modal-body");
$tw.utils.addClass(modalLink,"btn btn-large btn-block btn-success");
$tw.utils.addClass(modalFooter,"modal-footer");
// Join them together
wrapper.appendChild(modalBackdrop);
@@ -115,10 +114,6 @@ Modal.prototype.display = function(title,options) {
message: {
type: "string",
value: "tw-close-tiddler"
},
"class": {
type: "string",
value: "btn btn-primary"
}
},
children: [{