X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=e49678241fcccf381491fd186e3b291c28bcbfae;hp=6898422c211255b696c03672593501c7a5c26ca4;hb=13c2e4fc8a5506cfa074c06335a73d28a173aba9;hpb=471c53df73726601ffdbefc3f709ab5b6cb381ff diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index 6898422..e496782 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -22,7 +22,7 @@ a:hover { text-align: right; } -.quote .author .name { +.quote .author .work_name { font-style: italic; } @@ -33,7 +33,13 @@ a:hover { .hidden_details { /* displayed through Javascript */ - display: none; + height: 0; + overflow: hidden; + transition: height 3s linear; + /* visibility: hidden; */ + /* opacity: 0; */ + /* transition: opacity 2s linear; */ + } .tag_link {