From 5732047dadef5fdbdbef78e1e1f9a31a468c8c11 Mon Sep 17 00:00:00 2001
From: Glen Barber <gjb@FreeBSD.org>
Date: Fri, 27 Jun 2014 20:36:10 +0000
Subject: [PATCH] Increment the layout.css date to try to prevent caching of
 the old file.

Sponsored by:	The FreeBSD Foundation
---
 en_US.ISO8859-1/htdocs/layout/css/fixed.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en_US.ISO8859-1/htdocs/layout/css/fixed.css b/en_US.ISO8859-1/htdocs/layout/css/fixed.css
index 3f19740c33..784c10ebb9 100644
--- a/en_US.ISO8859-1/htdocs/layout/css/fixed.css
+++ b/en_US.ISO8859-1/htdocs/layout/css/fixed.css
@@ -12,7 +12,7 @@
 */
 
 @import url("global.css");
-@import url("layout.css?20130112");
+@import url("layout.css?20140627");
 @import url("text.css");
 @import url("navigation.css");
 @import url("table.css");