From c34ec4b1861e7d0f5ea5a27c46184030e75d02ba Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Wed, 20 Jul 2011 19:23:33 +0100 Subject: [PATCH] Changing jade template to match changes made in index.php --- node/client/index.html.jade | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/node/client/index.html.jade b/node/client/index.html.jade index 9918e82..18fd769 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -1,5 +1,5 @@ -!!! transitional -html(xmlns="http://www.w3.org/1999/xhtml") +!!! 5 +html(xmlns="http://www.w3.org/1999/xhtml" lang="en-gb") head meta(http-equiv="Content-Type", content="text/html; charset=utf-8") @@ -144,6 +144,15 @@ html(xmlns="http://www.w3.org/1999/xhtml") ul div.cur_topic + // + ul.edit(style="float:right;") + li + img(src="img/more.png") + ul#kiwi_menu + li Item 1 + li Item 2 + li Item 3 + div.topic(style="margin-right:5em; overflow:hidden; white-space: pre-wrap; word-wrap: break-word;") div.userlist ul -- 2.25.1