- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 14 Jun 2010 09:22:35 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1230:7b69be31db0e
user: Thomas Gambet <tgambet@w3.org>
date: Sun Jun 13 21:08:48 2010 -0400
files: WebContent/WEB-INF/resources/templates/includes/head.vm
description:
added direction of the current language as a class to body element
diff -r 504fd361c616 -r 7b69be31db0e WebContent/WEB-INF/resources/templates/includes/head.vm
--- a/WebContent/WEB-INF/resources/templates/includes/head.vm Sun Jun 13 20:47:25 2010 -0400
+++ b/WebContent/WEB-INF/resources/templates/includes/head.vm Sun Jun 13 21:08:48 2010 -0400
@@ -16,7 +16,7 @@
<link rel="icon" href="$!{baseUri}images/favicon.ico" type="image/x-icon" />
#end
</head>
-<body>
+<body class="$direction">
<div id="banner">
<h1>
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="$!{baseUri}images/w3c.png" /></a>
Received on Monday, 14 June 2010 13:25:12 UTC