diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:09:02 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:09:02 +0100 |
| commit | 74c2e511c19cf65f61bc696c0a46d55f71d6915d (patch) | |
| tree | 848ba1c63f7e770c5d2fe7547745d0ea9894dbb5 /views/hootstream | |
| parent | 341393513dc3622b6d59e5512a7ab11d82c7e6c3 (diff) | |
i guess that's one way of high styling\!\!\!
Diffstat (limited to 'views/hootstream')
| -rw-r--r-- | views/hootstream/templates.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs index 6eea47f..8afd90b 100644 --- a/views/hootstream/templates.ejs +++ b/views/hootstream/templates.ejs @@ -22,12 +22,12 @@ <div class="text" style="opacity: {{age_opacity}}"> {{hoot}} </div> - <div class="keyword">{{keyword_link}}</div> - <div class="commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div> - <div class="fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div> <div class="actions"> {{actions}} </div> + <div class="keyword">{{keyword_link}}</div> + <div class="commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div> + <div class="fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div> <div class="age date" style="opacity: {{age_opacity}}">{{age}}</div> </div> </script> |
