// $Id: Css21Style.java,v 1.2 2005/09/14 15:14:58 ylafon Exp $ // Author: Jean-Guilhem Rouel // (c) COPYRIGHT MIT, ERCIM and Keio, 2005. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css21; import org.w3c.css.properties.css2.font.Css2Style; import org.w3c.css.parser.CssPrinterStyle; /** * Css21Style
* Created: Aug 30, 2005 2:25:17 PM
*/ public class Css21Style extends Css2Style { public void print(CssPrinterStyle printer) { super.print(printer); } }