diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index 550be3b5f..26ef4a6b9 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -20,11 +20,6 @@ MacroDef Task - diff --git a/docs/manual/stylesheets/style.css b/docs/manual/stylesheets/style.css index 1eb552b3e..8d07f6533 100644 --- a/docs/manual/stylesheets/style.css +++ b/docs/manual/stylesheets/style.css @@ -36,13 +36,13 @@ td { 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 @@ table th { pre { background-color: efefef; } + +/* code snippets in examples and tutorials */ +.code { + background: #EFEFEF; + margin-top: +} + +/* highlight console output */ +.output { + color: #FFFFFF; + background: #837A67; +} + diff --git a/docs/manual/tutorial-HelloWorldWithAnt.html b/docs/manual/tutorial-HelloWorldWithAnt.html index 2e4c8822c..4eb0e5567 100644 --- a/docs/manual/tutorial-HelloWorldWithAnt.html +++ b/docs/manual/tutorial-HelloWorldWithAnt.html @@ -17,13 +17,7 @@ Tutorial: Hello World with Ant - - +

Tutorial: Hello World with Ant

@@ -494,7 +488,6 @@ There are two steps: 1. let <junit> log the information and 2. convert the <report todir="${report.dir}"/> </junitreport> </target> -

Because we would produce a lot of files and these files would be written to the current directory by default, diff --git a/docs/manual/tutorial-tasks-filesets-properties.html b/docs/manual/tutorial-tasks-filesets-properties.html index c0feca604..a15da4747 100644 --- a/docs/manual/tutorial-tasks-filesets-properties.html +++ b/docs/manual/tutorial-tasks-filesets-properties.html @@ -17,14 +17,7 @@ -Tutorial: Tasks using Properties, Filesets & Paths - - + Tutorial: Tasks using Properties, Filesets & Paths

Tutorial: Tasks using Properties, Filesets & Paths

diff --git a/docs/manual/tutorial-writing-tasks.html b/docs/manual/tutorial-writing-tasks.html index bf015b109..30410451e 100644 --- a/docs/manual/tutorial-writing-tasks.html +++ b/docs/manual/tutorial-writing-tasks.html @@ -17,13 +17,7 @@ Tutorial: Writing Tasks - - +

Tutorial: Writing Tasks