Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 23:44:24 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47419 - head/en_US.ISO8859-1/htdocs/layout/css
Message-ID:  <201509162344.t8GNiOGS061949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Sep 16 23:44:23 2015
New Revision: 47419
URL: https://svnweb.freebsd.org/changeset/doc/47419

Log:
  Force cache refresh of the CSS files.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/layout/css/fixed.css

Modified: head/en_US.ISO8859-1/htdocs/layout/css/fixed.css
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/css/fixed.css	Wed Sep 16 23:42:06 2015	(r47418)
+++ head/en_US.ISO8859-1/htdocs/layout/css/fixed.css	Wed Sep 16 23:44:23 2015	(r47419)
@@ -12,7 +12,7 @@
 */
 
 @import url("global.css");
-@import url("layout.css?20140627");
+@import url("layout.css?20150916");
 @import url("text.css");
 @import url("navigation.css");
 @import url("table.css");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509162344.t8GNiOGS061949>