Skip to content

Commit

Permalink
Update docs and files to distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Aug 28, 2015
1 parent c5e63a7 commit 081e1a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 2.0/css/fix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.form-search > ul.nav > li > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.getdisplaylifespan {
float: none;
}
2 changes: 2 additions & 0 deletions 2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
addTag('link', {rel: 'stylesheet', href: 'css/docs.css', type: 'text/css'});
addTag('link', {rel: 'stylesheet', href: 'css/animations.css', type: 'text/css'});

addTag('link', {rel: 'stylesheet', href: 'css/fix.css', type: 'text/css'}, sync);


addTag('script', {src: 'js/angular.min.js'}, sync);

Expand Down
9 changes: 9 additions & 0 deletions fix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.form-search > ul.nav > li > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.getdisplaylifespan {
float: none;
}

0 comments on commit 081e1a3

Please sign in to comment.