Changeset 8


Ignore:
Timestamp:
Sep 14, 2018, 1:13:11 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Typo in contact.
  • Modified: Use bigger text font.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r7 r8  
    307307      '</head><body>';
    308308    $Output .= $Content;
    309     $Output .= '<br/><div class="footer">Contect: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
     309    $Output .= '<br/><div class="footer">Contact: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.
    310310       '<a href="https://svn.zdechov.net/trac/teribear/">Source code</a></div>';
    311311    $Output .= '</body></html>';
  • trunk/style.css

    r2 r8  
    1 body,td{font-size:14px;font-family:Arial}
     1body,td{font-size:20px;font-family:Arial}
    22
    33.WideTable
Note: See TracChangeset for help on using the changeset viewer.