summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-03-26 19:26:33 +1300
committerKent Fredric <kentfredric@gmail.com>2011-03-26 19:26:33 +1300
commitb64ac19cf351e6e601433a0b6c57d8695c55a45d (patch)
tree02064f2e54182aa0623b282047957db211e6add2 /README/index.html
parent[newversion] Task-Kensho-XML-0.280.0 (diff)
downloadperl-overlay-b64ac19cf351e6e601433a0b6c57d8695c55a45d.tar.gz
perl-overlay-b64ac19cf351e6e601433a0b6c57d8695c55a45d.tar.bz2
perl-overlay-b64ac19cf351e6e601433a0b6c57d8695c55a45d.zip
[docs] regenerate from source
Diffstat (limited to 'README/index.html')
-rw-r--r--README/index.html89
1 files changed, 68 insertions, 21 deletions
diff --git a/README/index.html b/README/index.html
index 7e37211f5..962b188d9 100644
--- a/README/index.html
+++ b/README/index.html
@@ -3,15 +3,28 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
-<meta name="generator" content="AsciiDoc 8.6.1"/>
+<meta name="generator" content="AsciiDoc 8.6.4"/>
<title>Gentoo Perl Overlay Tips</title>
<style type="text/css">
/*<![CDATA[*/
-/* Debug borders */
-p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
-/*
- border: 1px solid red;
-*/
+/* Sans-serif font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+div#toctitle,
+span#author, span#revnumber, span#revdate, span#revremark,
+div#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+/* Serif font. */
+div.sectionbody {
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
}
body {
@@ -37,12 +50,12 @@ strong {
}
tt {
+ font-size: inherit;
color: navy;
}
h1, h2, h3, h4, h5, h6 {
color: #527bbd;
- font-family: sans-serif;
margin-top: 1.2em;
margin-bottom: 0.5em;
line-height: 1.3;
@@ -62,7 +75,6 @@ h3 + * {
}
div.sectionbody {
- font-family: serif;
margin-left: 0;
}
@@ -78,6 +90,8 @@ p {
ul, ol, li > p {
margin-top: 0;
}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
pre {
padding: 0;
@@ -86,18 +100,15 @@ pre {
span#author {
color: #527bbd;
- font-family: sans-serif;
font-weight: bold;
font-size: 1.1em;
}
span#email {
}
span#revnumber, span#revdate, span#revremark {
- font-family: sans-serif;
}
div#footer {
- font-family: sans-serif;
font-size: small;
border-top: 2px solid silver;
padding-top: 0.5em;
@@ -136,7 +147,6 @@ div.content { /* Block element content. */
/* Block element titles. */
div.title, caption.title {
color: #527bbd;
- font-family: sans-serif;
font-weight: bold;
text-align: left;
margin-top: 1.0em;
@@ -158,13 +168,15 @@ div.content + div.title {
div.sidebarblock > div.content {
background: #ffffee;
- border: 1px solid silver;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
padding: 0.5em;
}
div.listingblock > div.content {
- border: 1px solid silver;
- background: #f4f4f4;
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
padding: 0.5em;
}
@@ -172,7 +184,7 @@ div.quoteblock, div.verseblock {
padding-left: 1.0em;
margin-left: 1.0em;
margin-right: 10%;
- border-left: 5px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
color: #777777;
}
@@ -183,6 +195,7 @@ div.quoteblock > div.attribution {
div.verseblock > pre.content {
font-family: inherit;
+ font-size: inherit;
}
div.verseblock > div.attribution {
padding-top: 0.75em;
@@ -259,7 +272,6 @@ div.tableblock > table {
border: 3px solid #527bbd;
}
thead, p.table.header {
- font-family: sans-serif;
font-weight: bold;
color: #527bbd;
}
@@ -360,7 +372,6 @@ div#toc {
div#toctitle {
color: #527bbd;
- font-family: sans-serif;
font-size: 1.1em;
font-weight: bold;
margin-top: 1.0em;
@@ -384,6 +395,42 @@ div.toclevel4 {
font-size: 0.9em;
}
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
/*
pygmentize filter
*/
@@ -934,8 +981,8 @@ resolve the situation.</p></div>
<div class="listingblock">
<div class="content"><div class="highlight"><pre> <span class="k">[branch "master"]</span>
<span class="na">remote</span> <span class="o">=</span> <span class="s">origin</span>
- <span class="na">merge</span> <span class="o">=</span> <span class="s">refs/heads/master</span>
- <span class="na">mergeoptions</span> <span class="o">=</span> <span class="s">--ff-only</span>
+<span class="s"> merge = refs/heads/master</span>
+<span class="s"> mergeoptions = --ff-only</span>
</pre></div></div></div>
</div>
<div class="sect2">
@@ -1042,7 +1089,7 @@ sys 0m0.191s
<div id="footnotes"><hr/></div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-09-29 14:37:13 NZDT
+Last updated 2011-03-15 11:35:52 NZDT
</div>
<div id="footer-badges">
<a href="http://validator.w3.org/check?uri=referer">