Changeset 243 for trunk/client/temi/blog


Ignore:
Timestamp:
Jul 8, 2015, 12:53:06 AM (9 years ago)
Author:
luc
Message:

Nuovi menu per i temi presenti

Location:
trunk/client/temi/blog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/blog/menu.css

    r242 r243  
    1616.main-header {
    1717  margin: auto;
    18   width: 75%;
     18  width: 100%;
    1919  min-height: 30px;
    2020  padding: 1em 2em;
     
    6262    text-decoration: none;
    6363  }
     64/*
    6465.dropdown,
    6566.flyout {
    66   /*position: relative;*/
     67  position: relative;
    6768}
    6869.dropdown:after {
     
    7475  right: 12%;
    7576}
     77*/
    7678.drop-nav,
    7779.flyout-nav {
  • trunk/client/temi/blog/menu.php

    r242 r243  
    1818        list($descr_com,$fascia)=mysql_fetch_row($rescomu);
    1919       
    20         echo '  <header class="main-header">
     20        echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td>
    2121                <ul class="main-nav">       
    2222                <li>
     
    230230     by luciano apolito & roberto gigli</span></i></a>
    231231            </li>";
    232 echo "</ul></header>";
     232echo "</ul></header>
     233</td></tr></table><br/>";
    233234
    234235
Note: See TracChangeset for help on using the changeset viewer.