diff --git a/assets/css/main.css b/assets/css/main.css index a38b163..bc23d1b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -17,4 +17,8 @@ .recent-margin { margin-top: 30px; +} + +.float-right { + float: right; } \ No newline at end of file diff --git a/views/inbox.html b/views/inbox.html index e5be4d2..2dd9a3a 100644 --- a/views/inbox.html +++ b/views/inbox.html @@ -17,7 +17,7 @@ {loop="$words"} - {$value.author} thinks that you are {$value.word1}, {$value.word2} and {$value.word3} + {$value.author} thinks that you are {$value.word1}, {$value.word2} and {$value.word3} {/loop}