Revert "theme: use a global headline class"

This reverts commit 5915348396.
This commit is contained in:
Jakub Steiner
2015-03-10 18:27:43 +01:00
parent 5915348396
commit 83e5ea4827
6 changed files with 18 additions and 14 deletions

View File

@ -211,7 +211,7 @@ const InstallExtensionDialog = new Lang.Class({
let icon = new St.Icon({ gicon: gicon });
box.add(icon);
let label = new St.Label({ style_class: 'prompt-dialog-headline headline',
let label = new St.Label({ style_class: 'prompt-dialog-headline',
text: message });
box.add(label);
},