KrytenKoro
Joined 18 April 2016
KrytenKoro (talk | contribs) |
→Template:Script CSS: new section Tags: Mobile edit Mobile web edit |
||
Line 362: | Line 362: | ||
:''Tim Burton's The Nightmare Before Christmas (1994)'' | :''Tim Burton's The Nightmare Before Christmas (1994)'' | ||
:''The king of fears and nightmares who runs Halloween Town.'' | :''The king of fears and nightmares who runs Halloween Town.'' | ||
== [[Template:Script]] CSS == | |||
I've made a change to [[Template:Script]] based on your request, but it requires additional CSS to work. If you add the following to [[MediaWiki:Common.css]] then it should work nicely. | |||
<pre>/* Flexible tables */ | |||
.flex { | |||
display: flex; | |||
} | |||
.flex tbody { | |||
display: table; | |||
width: 100%; | |||
}</pre> | |||
--[[User:Porplemontage|Porplemontage]] ([[User talk:Porplemontage|talk]]) 22:09, 28 May 2019 (PDT) |