ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=21252a576b3222ebfdc23d2251bb51bd7c81b838
commit 21252a576b3222ebfdc23d2251bb51bd7c81b838 Author: Andy Williams <[email protected]> Date: Sat Jul 15 23:16:30 2017 +0100 Columns should top align --- public_html/lib/tpl/e/css/modifications.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 059f2d2..602d511 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -682,6 +682,10 @@ table { box-shadow: none; } +table.columns-plugin td { + vertical-align: top; +} + #ircbubble { background-color: #181818; border-radius: 10px; --
