Minor tweaks on the menu

This commit is contained in:
Karl Cordes 2011-06-28 11:23:02 +10:00
parent 42ee68caca
commit f756105112
2 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?php <?php
/* Quotenik 1.2 - Default Layout. Some Markup from CakePHP Default /* Quotenik 1.2 - Default Layout. Some Markup retained from CakePHP Default
*/?> */?>
@ -114,7 +114,7 @@
<li><?php echo $html->link('Invoices', '/invoices/index'); ?> <li><?php echo $html->link('Invoices', '/invoices/index'); ?>
<ul> <ul>
<li class="last"><?php echo $html->link('Invoices Index', '/invoices/index'); ?></li> <li class=""><?php echo $html->link('Invoices Index', '/invoices/index'); ?></li>
<li class="last"><?php echo $html->link('Print View', '/invoices/printView'); ?></li> <li class="last"><?php echo $html->link('Print View', '/invoices/printView'); ?></li>
</ul> </ul>
</li> </li>

View file

@ -203,7 +203,7 @@ ul.principle-emails {
#nav li { #nav li {
float:left; float:left;
display:block; display:block;
width:90px; width:80px;
/*width: 6em; */ /*width: 6em; */
padding-right: 1em; padding-right: 1em;
position:relative; position:relative;
@ -215,7 +215,7 @@ ul.principle-emails {
/* this is the parent menu */ /* this is the parent menu */
#nav li a { #nav li a {
display:block; display:block;
width: 90px; width:80px;
/* padding:8px 5px 0 5px; */ /* padding:8px 5px 0 5px; */
text-decoration:none; text-decoration:none;