diff options
author | Brian Evans <grknight@gentoo.org> | 2018-07-19 10:41:59 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-07-19 10:41:59 -0400 |
commit | e87f2c23fc4ca07922925fd9440fedb510510b74 (patch) | |
tree | 27f7544f6a67662780671a3220d78e148fbf79b2 | |
parent | Use the new gentoo logo (diff) | |
download | planet-e87f2c23fc4ca07922925fd9440fedb510510b74.tar.gz planet-e87f2c23fc4ca07922925fd9440fedb510510b74.tar.bz2 planet-e87f2c23fc4ca07922925fd9440fedb510510b74.zip |
table element is useless now after further testing
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 293cbba..00eb6b3 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -167,7 +167,6 @@ a.k.a. <b><TMPL_VAR channel_username></b> </div> </TMPL_IF> -<table width="100%" style="table-layout:fixed"><tr><td> <div class="entrycontent"><p> <TMPL_IF channel_gravatar> <img class="face" src="https://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>larrythecow.gif</TMPL_IF>" alt="" align="right"> @@ -182,7 +181,6 @@ a.k.a. <b><TMPL_VAR channel_username></b> </p> </TMPL_IF> </div> -</td></tr></table> </TMPL_LOOP> |