Talk:End of Evangelion (Soundtrack): Difference between revisions

From EvaWiki
Jump to navigation Jump to search
(Created page with 'Here, I made a page for this soundtrack. I know it's kinda superfluous with Wikipedia, but I think it might as well be here for completion's sake. I think everything on this page…')
 
(rp css footnotes)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Here, I made a page for this soundtrack. I know it's kinda superfluous with Wikipedia, but I think it might as well be here for completion's sake. I think everything on this page is right, but I'm not sure if I did the translation for tracks 5 and 7 correctly. [[User:Chaosakita|Chaosakita]] 21:59, 3 May 2011 (UTC)
Here, I made a page for this soundtrack. I know it's kinda superfluous with Wikipedia, but I think it might as well be here for completion's sake. I think everything on this page is right, but I'm not sure if I did the translation for tracks 5 and 7 correctly. And I notice that footnotes cause uneven line spacing. I know nobody can see it, but I still can. Yuck. [[User:Chaosakita|Chaosakita]] 21:59, 3 May 2011 (UTC)
 
:One thing you could try is [http://meta.wikimedia.org/wiki/Help:User_style editing your user CSS]; I disliked the uneven spacing caused by footnotes on [http://www.gwern.net/ my own site], and I tracked down some CSS which seemed to make the issue go away:
 
<code>
/* make footnotes better: http://bytes.com/topic/html-css/answers/97932-superscript-doesnt-distort-line-spacing#post340658 */
sub, sup { line-height: 0.3em; }
</code>
 
:I also found cool floating footnote code, but I'm not sure that's appropriate for a wiki. --[[User:Gwern|Gwern]] 22:49, 3 May 2011 (UTC)

Latest revision as of 22:49, 3 May 2011

Here, I made a page for this soundtrack. I know it's kinda superfluous with Wikipedia, but I think it might as well be here for completion's sake. I think everything on this page is right, but I'm not sure if I did the translation for tracks 5 and 7 correctly. And I notice that footnotes cause uneven line spacing. I know nobody can see it, but I still can. Yuck. Chaosakita 21:59, 3 May 2011 (UTC)

One thing you could try is editing your user CSS; I disliked the uneven spacing caused by footnotes on my own site, and I tracked down some CSS which seemed to make the issue go away:

/* make footnotes better: http://bytes.com/topic/html-css/answers/97932-superscript-doesnt-distort-line-spacing#post340658 */ sub, sup { line-height: 0.3em; }

I also found cool floating footnote code, but I'm not sure that's appropriate for a wiki. --Gwern 22:49, 3 May 2011 (UTC)