Author: kpreisser Date: Fri Sep 27 14:56:46 2013 New Revision: 1526921 URL: http://svn.apache.org/r1526921 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve CSS: - Use media queries in the main CSS file to better control when CSS styles should not be applied for printing. - Use "noPrint" class for ASF logo.
Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/docs/contact.html tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/findhelp.html tomcat/site/trunk/docs/getinvolved.html tomcat/site/trunk/docs/heritage.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/irc.html tomcat/site/trunk/docs/legal.html tomcat/site/trunk/docs/lists.html tomcat/site/trunk/docs/maven-plugin.html tomcat/site/trunk/docs/migration-6.html tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/docs/migration.html tomcat/site/trunk/docs/oldnews-2010.html tomcat/site/trunk/docs/oldnews-2011.html tomcat/site/trunk/docs/oldnews-2012.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/resources.html tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html tomcat/site/trunk/docs/security-impact.html tomcat/site/trunk/docs/security-jk.html tomcat/site/trunk/docs/security-native.html tomcat/site/trunk/docs/security.html tomcat/site/trunk/docs/stylesheets/tomcat.css tomcat/site/trunk/docs/svn.html tomcat/site/trunk/docs/tomcat-55-eol.html tomcat/site/trunk/docs/tools.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl tomcat/site/trunk/xdocs/stylesheets/tomcat.css Modified: tomcat/site/trunk/docs/bugreport.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/bugreport.html (original) +++ tomcat/site/trunk/docs/bugreport.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Reporting Bugs</title> <meta name="author" content="Glenn L. Nielsen"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/ci.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/ci.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/ci.html (original) +++ tomcat/site/trunk/docs/ci.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Continuous Integration</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/contact.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/contact.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/contact.html (original) +++ tomcat/site/trunk/docs/contact.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Contact Information</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/download-60.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-60.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-60.html (original) +++ tomcat/site/trunk/docs/download-60.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 6 Downloads</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/download-70.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-70.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-70.html (original) +++ tomcat/site/trunk/docs/download-70.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 7 Downloads</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/download-80.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-80.html (original) +++ tomcat/site/trunk/docs/download-80.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 8 Downloads</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/download-connectors.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-connectors.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-connectors.html (original) +++ tomcat/site/trunk/docs/download-connectors.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Tomcat Connectors (mod_jk) Downloads</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/download-native.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-native.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-native.html (original) +++ tomcat/site/trunk/docs/download-native.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Tomcat Native Downloads</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/findhelp.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/findhelp.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/findhelp.html (original) +++ tomcat/site/trunk/docs/findhelp.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Find Help</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/getinvolved.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/getinvolved.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/getinvolved.html (original) +++ tomcat/site/trunk/docs/getinvolved.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Get Involved</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/heritage.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/heritage.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/heritage.html (original) +++ tomcat/site/trunk/docs/heritage.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Heritage</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Welcome!</title> <meta name="author" content="Apache Tomcat Project"> <meta name="google-site-verification" content="nA9F0GvGNjVCU9W7HBziONQVx6FehvgQglI1X7WPfRw"> @@ -18,7 +17,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/irc.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/irc.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/irc.html (original) +++ tomcat/site/trunk/docs/irc.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat on IRC</title> <meta name="author" content="Marc A. Saegesser"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/legal.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/legal.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/legal.html (original) +++ tomcat/site/trunk/docs/legal.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Legal Stuff They Make Us Say</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/lists.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/lists.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/lists.html (original) +++ tomcat/site/trunk/docs/lists.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Mailing Lists</title> <meta name="author" content="Apache Tomcat Team"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/maven-plugin.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/maven-plugin.html (original) +++ tomcat/site/trunk/docs/maven-plugin.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Tomcat Maven Plugin</title> <meta name="author" content="Apache Tomcat Team"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/migration-6.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-6.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-6.html (original) +++ tomcat/site/trunk/docs/migration-6.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Migration Guide - Tomcat 6.0.x</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/migration-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-7.html (original) +++ tomcat/site/trunk/docs/migration-7.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Migration Guide - Tomcat 7.0.x</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/migration-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-8.html (original) +++ tomcat/site/trunk/docs/migration-8.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Migration Guide - Tomcat 8.0.x</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/migration.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration.html (original) +++ tomcat/site/trunk/docs/migration.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Migration Guide</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/oldnews-2010.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2010.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews-2010.html (original) +++ tomcat/site/trunk/docs/oldnews-2010.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Old news! - 2010</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/oldnews-2011.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2011.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews-2011.html (original) +++ tomcat/site/trunk/docs/oldnews-2011.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Old news! - 2011</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/oldnews-2012.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2012.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews-2012.html (original) +++ tomcat/site/trunk/docs/oldnews-2012.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Old news! - 2012</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Old news!</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/resources.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/resources.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/resources.html (original) +++ tomcat/site/trunk/docs/resources.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Resources</title> <meta name="author" content="Remy Maucherat"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-3.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-3.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-3.html (original) +++ tomcat/site/trunk/docs/security-3.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 3.x vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-4.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-4.html (original) +++ tomcat/site/trunk/docs/security-4.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 4.x vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-5.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-5.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-5.html (original) +++ tomcat/site/trunk/docs/security-5.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 5 vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-6.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-6.html (original) +++ tomcat/site/trunk/docs/security-6.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 6 vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-7.html (original) +++ tomcat/site/trunk/docs/security-7.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 7 vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-8.html (original) +++ tomcat/site/trunk/docs/security-8.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat 8 vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-impact.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-impact.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-impact.html (original) +++ tomcat/site/trunk/docs/security-impact.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Security Impact Levels</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-jk.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-jk.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-jk.html (original) +++ tomcat/site/trunk/docs/security-jk.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat JK Connectors vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security-native.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-native.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-native.html (original) +++ tomcat/site/trunk/docs/security-native.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Apache Tomcat APR/native Connector vulnerabilities</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/security.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/security.html (original) +++ tomcat/site/trunk/docs/security.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Reporting Security Problems</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/stylesheets/tomcat.css URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/stylesheets/tomcat.css?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/stylesheets/tomcat.css (original) +++ tomcat/site/trunk/docs/stylesheets/tomcat.css Fri Sep 27 14:56:46 2013 @@ -57,10 +57,15 @@ main { } #header { - box-shadow: 0 0 7px #aaa; border-bottom: 1px solid #bbb; } +@media not print { + #header { + box-shadow: 0 0 7px #aaa; + } +} + #header > div { padding-left: 15px; padding-right: 15px; @@ -181,8 +186,13 @@ main { padding-left: 5px; padding-right: 5px; background-color: #eaeaea; - border: 1px solid #ccc; - border-radius: 4px; +} + +@media not print { + #content h3, #content h4, #content h5, #content h6 { + border: 1px solid #ccc; + border-radius: 4px; + } } #content h4, #content h5, #content h6 { @@ -242,7 +252,6 @@ table.defaultTable th, table.defaultTabl } - .searchbox { text-align: right; margin-top: 8px; @@ -254,3 +263,11 @@ table.defaultTable th, table.defaultTabl padding: 5px 10px; margin: 0; } + + +/* Printer-only Styles */ +@media print { + .noPrint { display: none; } + #middle > div > div#mainLeft { display: none; } + a { color: inherit; text-decoration: none; } +} \ No newline at end of file Modified: tomcat/site/trunk/docs/svn.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/svn.html (original) +++ tomcat/site/trunk/docs/svn.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Subversion Repository Access</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/tomcat-55-eol.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-55-eol.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-55-eol.html (original) +++ tomcat/site/trunk/docs/tomcat-55-eol.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - End of life for Apache Tomcat 5.5.x</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/tools.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/tools.html (original) +++ tomcat/site/trunk/docs/tools.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Developer Tools</title> <meta name="author" content="Apache Tomcat Project"> </head> @@ -17,7 +16,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Which Version Do I Want?</title> <meta name="author" content="Marc A. Saegesser"> <meta name="author" content="Yoav Shapira"> @@ -19,7 +18,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/docs/whoweare.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/docs/whoweare.html (original) +++ tomcat/site/trunk/docs/whoweare.html Fri Sep 27 14:56:46 2013 @@ -3,7 +3,6 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"> -<link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"> <title>Apache Tomcat - Who We Are</title> </head> <body> @@ -16,7 +15,7 @@ <a href=""><img alt="Tomcat Home" src="./images/tomcat.png"></a> </div> <div style="height: 1px;"></div> -<div class="asfLogo"> +<div class="asfLogo noPrint"> <a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a> </div> <h1 style="margin-top: 35px;">Apache Tomcat</h1> Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl (original) +++ tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Fri Sep 27 14:56:46 2013 @@ -58,7 +58,6 @@ specified in the XML declaration. --> <link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css"/> - <link href="stylesheets/tomcat-printer.css" rel="stylesheet" type="text/css" media="print"/> <xsl:apply-templates select="meta"/> <title><xsl:value-of select="$project/title"/> - <xsl:value-of select="properties/title"/></title> <xsl:for-each select="properties/author"> @@ -94,7 +93,7 @@ </div> <div style="height: 1px;"/> - <div class="asfLogo"><a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"/></a></div> + <div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="http://www.apache.org/images/feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"/></a></div> <h1 style="margin-top: 35px;"><xsl:value-of select="$project/title"/></h1> <div style="clear: right;"/> Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat.css URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat.css?rev=1526921&r1=1526920&r2=1526921&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/stylesheets/tomcat.css (original) +++ tomcat/site/trunk/xdocs/stylesheets/tomcat.css Fri Sep 27 14:56:46 2013 @@ -57,10 +57,15 @@ main { } #header { - box-shadow: 0 0 7px #aaa; border-bottom: 1px solid #bbb; } +@media not print { + #header { + box-shadow: 0 0 7px #aaa; + } +} + #header > div { padding-left: 15px; padding-right: 15px; @@ -181,8 +186,13 @@ main { padding-left: 5px; padding-right: 5px; background-color: #eaeaea; - border: 1px solid #ccc; - border-radius: 4px; +} + +@media not print { + #content h3, #content h4, #content h5, #content h6 { + border: 1px solid #ccc; + border-radius: 4px; + } } #content h4, #content h5, #content h6 { @@ -242,7 +252,6 @@ table.defaultTable th, table.defaultTabl } - .searchbox { text-align: right; margin-top: 8px; @@ -254,3 +263,11 @@ table.defaultTable th, table.defaultTabl padding: 5px 10px; margin: 0; } + + +/* Printer-only Styles */ +@media print { + .noPrint { display: none; } + #middle > div > div#mainLeft { display: none; } + a { color: inherit; text-decoration: none; } +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org