Ignore:
Timestamp:
4 May 2015, 08:24:12 (10 years ago)
Author:
Henrik Bettermann
Message:

Add link ‘Kofa Docs for this page’ at the end of the content box which refers to the corresponding section of the Kofa Documentation.

Location:
main/waeup.kofa/trunk/layout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/layout/static/css/base.css

    r12437 r12901  
    163163    margin: 0px 0px 4px 0px;
    164164    display: inline-block;
     165}
     166
     167/* Documentation link*/
     168
     169div.documentation {
     170    margin-top: -20px;
     171    text-align: right;
    165172}
    166173
  • main/waeup.kofa/trunk/layout/theme.html

    r11741 r12901  
    517517              </tbody>
    518518            </table>
     519            <br>
     520            <div class="documentation">
     521              <a href="#" target="_blank">
     522                Kofa Docs for this page
     523              </a>
     524            </div>
    519525          </div> <!-- /well kofa-content-->
    520526        </div> <!-- /kofa-content-wide -->
Note: See TracChangeset for help on using the changeset viewer.