Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Aug 15, 2017
1 parent b888baa commit b3aac32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
node_modules
bower_components
js/dependencies.js
dist/dependencies.js
*-nogit
*-nogit.*
Expand Down
6 changes: 3 additions & 3 deletions models/comics.js
Expand Up @@ -3,9 +3,9 @@ var uiModels = uiModels || {};
uiModels.comics = {
id: 'comics',
label: 'Graphic Novels',
name: 'graphic novel serie',
namePlural: 'graphic novel series',
//icon: 'serie.gif',
name: 'serie',
namePlural: 'series',
icon: 'comics.png',
fnTitle: 'title',
fnSearch: ['title', 'authors', 'notes'],
fnBadge: function(m){
Expand Down
3 changes: 3 additions & 0 deletions sass/one.scss
Expand Up @@ -6,6 +6,9 @@
.form-control {
font-size: 16px;
}
input.form-control {
padding: 6px;
}
.panel{
@include b-radius(2px);
}
Expand Down

0 comments on commit b3aac32

Please sign in to comment.