remove unused css
This commit is contained in:
parent
c9fe963ee0
commit
da42608eb8
2 changed files with 0 additions and 6 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
class ColorfulListExtension extends Minz_Extension {
|
class ColorfulListExtension extends Minz_Extension {
|
||||||
|
|
||||||
public function init():void {
|
public function init():void {
|
||||||
Minz_View::appendStyle($this->getFileUrl('style.css', 'css'));
|
|
||||||
Minz_View::appendScript($this->getFileUrl('script.js', 'js'),'','','');
|
Minz_View::appendScript($this->getFileUrl('script.js', 'js'),'','','');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
.sticker {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue