Changeset 21 for trunk/index.php


Ignore:
Timestamp:
Dec 26, 2018, 12:03:43 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Page title to use less vertical empty space.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r20 r21  
    6464  function ShowDanceList()
    6565  {
    66     $Output = '<h4 style="text-align: center;">Tance:</h4>';
     66    $Output = '<div class="title">Tance</div>';
    6767    $Output .= '<table class="WideTable">';
    6868    $Output .= '<tr><th>Název</th><th>Skupina</th>';
     
    9797  function ShowSchoolList()
    9898  {
    99     $Output = '<h4 style="text-align: center;">Taneční školy:</h4>';
     99    $Output = '<div class="title">Taneční školy</div>';
    100100    $Output .= '<table class="WideTable">';
    101101    $Output .= '<tr><th>Název</th><th>Webové stránky</th><th>Adresa</th>';
     
    185185   }'.
    186186      '</script>';
    187     $Output .= '<h4 style="text-align: center;">Inzeráty:</h4>';
     187    $Output .= '<div class="title">Inzeráty</div>';
    188188    $Output .= '<div class="btn-group ma3">'.
    189189      '<div class="label-box">Pohlaví</div>'.
Note: See TracChangeset for help on using the changeset viewer.