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:
parent
a418b2e60c
commit
149bcce332
|
@ -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>
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue