sample manifest with css

This commit is contained in:
perploug
2013-10-02 10:54:59 +02:00
parent 5b1c626714
commit 1f32373bd2
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.icon-rs-custom{
background: red;
display: inline-block;
height: 32px;
width: 32px;
};

View File

@@ -27,5 +27,8 @@
,
javascript: [
'~/App_Plugins/MarkDownEditor/markdowneditor.controller.js'
],
stylesheet: [
'~/App_Plugins/MarkDownEditor/lib/red.css'
]
}