Skip to content

Commit

Permalink
Update text and style footnotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 2, 2014
1 parent 70538a5 commit 1874f5b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
6 changes: 2 additions & 4 deletions en/contributing/backwards-compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ expect from CakePHP:
+-------------------------------+--------------------------+
| If you... | Backwards compatibility? |
+===============================+==========================+
| Typehint against the class | Yes |
| Typehint against the class | Yes |
+-------------------------------+--------------------------+
| Create a new instance | Yes |
+-------------------------------+--------------------------+
Expand All @@ -75,7 +75,7 @@ expect from CakePHP:
| Access a public property | Yes |
+-------------------------------+--------------------------+
| Call a public method | Yes |
+-------------------------------+---------------------------
+-------------------------------+--------------------------+
| **Extend a class and...** |
+-------------------------------+--------------------------+
| Override a public property | Yes |
Expand Down Expand Up @@ -159,8 +159,6 @@ In a minor release you can:
+-------------------------------+--------------------------+


.. rubric:: Footnotes

.. [1] Your code *may* be broken by minor releases. Check the migration guide
for details.
.. [2] You can change a class/method names as long as the old name remains available.
Expand Down
18 changes: 17 additions & 1 deletion themes/cakephp/static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,22 @@ dt tt {
margin-bottom: 18px;
}

/* -- Footnotes -- */
.footnote {
border: 0;
}
.footnote .label {
background: none;
color: #000;
display: block;
position: static;
font-size: 14px;
}
/* Hide backrefs */
.footnote td em:first-child {
display: none;
}

/* -- generated index -- */
.genindex-jumpbox {
margin-bottom: 18px;
Expand Down Expand Up @@ -606,7 +622,7 @@ dt tt {
.contribute,
.related-pages a {
font-size: 14px;
font-family: MuseoSlab500, Helvetica, Arial;
font-family: MuseoSlab500, Helvetica, Arial;
}
.copyright {
font-size: 12px;
Expand Down

0 comments on commit 1874f5b

Please sign in to comment.