git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@534335 13f79535-47bb-0310-9956-ffa450edef68master
@@ -20,11 +20,6 @@ | |||||
<meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | ||||
<title>MacroDef Task</title> | <title>MacroDef Task</title> | ||||
<style type="text/css"> | |||||
<!-- | |||||
.code { background: #EFEFEF; margin-top: } | |||||
--> | |||||
</style> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -36,13 +36,13 @@ td { | |||||
color: 000000; | color: 000000; | ||||
} | } | ||||
/* first row */ | |||||
/* first row */ | |||||
table tr:first-child td { | table tr:first-child td { | ||||
background-color: cccccc; | background-color: cccccc; | ||||
color: 000000; | color: 000000; | ||||
} | } | ||||
/* or th as first row */ | |||||
/* or th as first row */ | |||||
table th { | table th { | ||||
background-color: cccccc; | background-color: cccccc; | ||||
color: 000000; | color: 000000; | ||||
@@ -51,3 +51,16 @@ table th { | |||||
pre { | pre { | ||||
background-color: efefef; | background-color: efefef; | ||||
} | } | ||||
/* code snippets in examples and tutorials */ | |||||
.code { | |||||
background: #EFEFEF; | |||||
margin-top: | |||||
} | |||||
/* highlight console output */ | |||||
.output { | |||||
color: #FFFFFF; | |||||
background: #837A67; | |||||
} | |||||
@@ -17,13 +17,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<title>Tutorial: Hello World with Ant</title> | <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> | </head> | ||||
<body> | <body> | ||||
<h1>Tutorial: Hello World with Ant</h1> | <h1>Tutorial: Hello World with Ant</h1> | ||||
@@ -494,7 +488,6 @@ There are two steps: 1. let <junit> log the information and 2. convert the | |||||
<report todir="${report.dir}"/> | <report todir="${report.dir}"/> | ||||
</junitreport> | </junitreport> | ||||
</target></b> | </target></b> | ||||
</pre> | </pre> | ||||
<p>Because we would produce a lot of files and these files would be written to the current directory by default, | <p>Because we would produce a lot of files and these files would be written to the current directory by default, | ||||
@@ -17,14 +17,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"> | <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> | </head> | ||||
<body> | <body> | ||||
<h1>Tutorial: Tasks using Properties, Filesets & Paths</h1> | <h1>Tutorial: Tasks using Properties, Filesets & Paths</h1> | ||||
@@ -17,13 +17,7 @@ | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<title>Tutorial: Writing Tasks</title> | <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> | </head> | ||||
<body> | <body> | ||||
<h1>Tutorial: Writing Tasks</h1> | <h1>Tutorial: Writing Tasks</h1> | ||||