Backporting changes from HEAD

This commit is contained in:
defacer
2005-05-24 18:58:02 +00:00
parent 1b0649d558
commit 76e2cb0a9b
+3 -14
View File
@@ -42,20 +42,9 @@
font-size: 1.6em;
margin: 10px;
}
.header #doc_author {
.header #doc_author, .header #doc_version, .header #doc_translator {
text-align: right;
}
.header #doc_author:before {
content: "Author: ";
font-weight: bold;
}
.header #doc_version {
text-align: right;
}
.header #doc_version:before {
content: "Version: ";
font-weight: bold;
}
.code {
border-top: 1px #FFC85F solid;
border-left: 1px #FFC85F solid;
@@ -121,8 +110,8 @@
<div class="header">
<h1>MOODLE DEVELOPER DOCUMENTATION</h1>
<div id="doc_subject">BLOCKS</div>
<div id="doc_author">Jon Papaioannou ([email protected])</div>
<div id="doc_version">$Id$</div>
<div id="doc_author"><strong>Author:</strong> Jon Papaioannou ([email protected])</div>
<div id="doc_version"><strong>Version:</strong> $Id$</div>
</div>
<h2>A Step-by-step Guide To Creating Blocks</h2>