diff options
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 70753fd8..7af45c4f 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -23,10 +23,11 @@ text-decoration: underline; } #story .content > div { - display: none; +display:none; } #story .content div.active { - display: block; +display:block; +animation: mfadein 0.6s; } .hub #hub { display: block } |
