Added copyright notice to all scaladoc pages. No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25585 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
heathermiller 2011-08-29 18:11:52 +00:00
parent a418b2e60c
commit 149bcce332
2 changed files with 12 additions and 0 deletions

View File

@ -168,6 +168,9 @@ class Template(tpl: DocTemplateEntity) extends HtmlPage {
</div>
<div id="tooltip" ></div>
<div id="footerwrap">
<div id="footer">Scala programming documentation. Copyright (c) 2003-2011 EPFL, with contributions from Typesafe.</div>
</div>
</body>
}

View File

@ -34,6 +34,15 @@ body {
font-size: 10pt;
}
#footer {
font-size: 9pt;
text-align: center;
color: #858484;
bottom: 0;
width: 100%;
height: 20px;
}
a[href] {
text-decoration: underline;
color: #315479;