diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 00:35:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 00:35:09 +0200 |
| commit | a0ea31b7b1e189e4ea742dcabadcd1942caf1864 (patch) | |
| tree | 8d26bfd8189422712f38137cdb6556e802552bb9 /StoneIsland/www/js/lib/blogs/StoryView.js | |
| parent | 01bbafd5a8a583235995140d4bbef1a56dc95e4d (diff) | |
increase font sizes, add button css
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/StoryView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js index 9ba17343..924a7355 100755 --- a/StoneIsland/www/js/lib/blogs/StoryView.js +++ b/StoneIsland/www/js/lib/blogs/StoryView.js @@ -41,6 +41,7 @@ var StoryView = ScrollableView.extend({ var li = document.createElement("li") li.dataset.id = row.id li.innerHTML = row.title + li.role = "button" this.sections[row.id] = row this.$links.append(li) this.$content.append(t) |
