Author: jhm Date: Tue May 1 23:56:16 2007 New Revision: 534335 URL: http://svn.apache.org/viewvc?view=rev&rev=534335 Log: Refactor .code/.output into global css
Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html ant/core/trunk/docs/manual/stylesheets/style.css ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html ant/core/trunk/docs/manual/tutorial-writing-tasks.html Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Tue May 1 23:56:16 2007 @@ -20,11 +20,6 @@ <meta http-equiv="Content-Language" content="en-us"></meta> <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> <title>MacroDef Task</title> - <style type="text/css"> - <!-- - .code { background: #EFEFEF; margin-top: } - --> - </style> </head> <body> Modified: ant/core/trunk/docs/manual/stylesheets/style.css URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/stylesheets/style.css?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/stylesheets/style.css (original) +++ ant/core/trunk/docs/manual/stylesheets/style.css Tue May 1 23:56:16 2007 @@ -36,13 +36,13 @@ color: 000000; } - /* first row */ +/* first row */ table tr:first-child td { background-color: cccccc; color: 000000; } - /* or th as first row */ +/* or th as first row */ table th { background-color: cccccc; color: 000000; @@ -51,3 +51,16 @@ pre { background-color: efefef; } + +/* code snippets in examples and tutorials */ +.code { + background: #EFEFEF; + margin-top: +} + +/* highlight console output */ +.output { + color: #FFFFFF; + background: #837A67; +} + Modified: ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html (original) +++ ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html Tue May 1 23:56:16 2007 @@ -17,13 +17,7 @@ <html> <head> <title>Tutorial: Hello World with Ant</title> - <meta name="author" content="Jan Matèrne"> - <style type="text/css"> - <!-- - .code { background: #EFEFEF; margin-top: } - .output { color: #FFFFFF; background: #837A67; } - --> - </style> + <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> </head> <body> <h1>Tutorial: Hello World with Ant</h1> @@ -494,7 +488,6 @@ <report todir="${report.dir}"/> </junitreport> </target></b> - </pre> <p>Because we would produce a lot of files and these files would be written to the current directory by default, Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html (original) +++ ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Tue May 1 23:56:16 2007 @@ -17,14 +17,7 @@ <html> <head> <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> -<title>Tutorial: Tasks using Properties, Filesets & Paths</title> - <meta name="author" content="Jan Matèrne"> - <style type="text/css"> - <!-- - .code { background: #EFEFEF; margin-top: } - .output { color: #FFFFFF; background: #837A67; } - --> - </style> + <title>Tutorial: Tasks using Properties, Filesets & Paths</title> </head> <body> <h1>Tutorial: Tasks using Properties, Filesets & Paths</h1> Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-writing-tasks.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-writing-tasks.html (original) +++ ant/core/trunk/docs/manual/tutorial-writing-tasks.html Tue May 1 23:56:16 2007 @@ -17,13 +17,7 @@ <html> <head> <title>Tutorial: Writing Tasks</title> - <meta name="author" content="Jan Matèrne"> - <style type="text/css"> - <!-- - .code { background: #EFEFEF; margin-top: } - .output { color: #FFFFFF; background: #837A67; } - --> - </style> + <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> </head> <body> <h1>Tutorial: Writing Tasks</h1> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]