Коллеги подскажите почему не отображаются маркеры списка ... в редакторе статей видны ... а на сайте нет ... http://mb-svao.ru/index.php?option=com_content&view=article&id=48&Itemid=39 Мы осуществляем следующие работы по ремонту двигателей Мерседес | Mercedes: - Дальше должны идти маркеры HTML Код (CODE): <?php /* * @copyright Copyright (C) 2008 - 2009 All rights reserved. * @license */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" /> <?php if($this->direction == 'rtl') : ?> <link href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template_rtl.css" rel="stylesheet" type="text/css" /> <?php endif; ?> </head> <body> <table width="995" height="73" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="409" align="center" valign="middle"><img src="http://mb-svao.ru/templates/svao/images/top_left.png" width="409" height="73" border="0" usemap="#map_me_firma" /></td> <td width="554" align="center" valign="middle" class="top_center"><div id="mainlevel-nav"><div><jdoc:include type="modules" name="top" /></div></td> <td width="32" align="center" valign="middle"><img src="http://mb-svao.ru/templates/svao/images/top_right.png" width="32" height="73" border="0" usemap="#map_home" /></td ></tr> </table> <table width="995" height="73" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="995" align="center" valign="middle"><jdoc:include type="modules" name="user4" /></td> </tr> </table> <table width="995" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="779" align="left" valign="top"><jdoc:include type="modules" name="user1" /></td> <td width="216" rowspan="3" align="right" valign="top"><jdoc:include type="modules" name="right" /></td> </tr> <tr> <td width="763" align="left" valign="top"><jdoc:include type="modules" name="user2" /></td> </tr> <tr> <td align="left" valign="top"><div class="c_mainbody"><jdoc:include type="component" /></div></td> </tr> </table> <table width="995" height="80" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="127" align="center" valign="middle" class="footer-left"><jdoc:include type="modules" name="user3" /></td> <td width="868" align="center" valign="middle" class="footer-right"><jdoc:include type="modules" name="footer" /></td> </tr> </table> </body> </html> CSS Код (CODE): /* Design by Brian Diaz of Media 65 @ http://www.m65.net All Rights Reserved */ @import url(layouts.css); @import url(components.css); @import url(modules.css); @import url(navigation.css); @import url(misc.css); @import url(forms.css); /* ####################### GENERAL SETTINGS ############################ */ html{ height:100%; } body{ height: 100%; background-repeat: repeat-x; } .footer-left{ background: url(../images/footer-left.png) no-repeat; } .footer-right{ background: url(../images/footer-right.png) no-repeat; } .top-left{ background: url(../images/top_left.png) no-repeat; } .us_picture{ background: url(../images/nu_p_left.png) no-repeat; } .us_text{ background: url(../images/nu_p_right.png) no-repeat; } .picture_ramka{ padding-top: 16px; padding-left: 15px; } /* Global Formatting */ /*Headings Tags*/ h1 {font-size:16px;line-height: 1em;font-weight: 900;} h2 {font-size:15px;line-height: 1em;font-weight: 900;} h3 {font-size:14px;line-height: 1em;font-weight: 900;} h4 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #003366; font-size: 14px; text-align: left; } h5 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #004878; font-size: 12px; text-align: left; } h6 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; font-size: 11px; text-align: left; padding-right: 10px; } /*Tables*/ td{font-size: 12px;} th{font-size: 12px;} /* Links */ a:link {color: #CC6600;} a:hover {color: #659FDE;} a:visited {color: #CC6600;} img {border: 0 none;} /* Clears Divs */ .clr{clear: both;} /* ####################### END GENERAL SETTINGS ############################ */ /* Heading Color and Height control*/ #hd { background-image:url(../images/brb.png); background-repeat: repeat-x; } /* Grid Body margin Override would be 10px default*/ #doc3{margin: 0px;} /* Footer Wrapper Trick */ .wrapper2 { background-color: White; height:auto !important; min-height:80%; } .ft{ background-color: #DDE8EA; min-height:25%; } a.mainlevel{ background-repeat: no-repeat; background-position: right; } /* Главное меню - RIGHT */ a.mainlevel-right:link { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: rifht; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal; text-decoration: none; text-decoration: none; padding-top: 2px; text-align: left; display: block; width: 217px; height: 38px; } a.mainlevel-right:visited { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal; text-decoration: none; text-decoration: none; display: block; padding-top: 2px; text-align: left; width: 217px; height: 38px; } a.mainlevel-right:hover { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: rihgt; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f000000; font-style: normal; text-decoration: none; text-decoration: none; display: block; padding-top: 2px; text-align: left; width: 217px; height: 38px; } #active_menu {} /*main/sub*/ ul#mainlevel-nav {} ul#mainlevel-nav li{} #mainlevel-nav { padding-top: 26px; } #mainlevel-nav a:link { font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } #mainlevel-nav a:visited{ font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } #mainlevel-nav a:hover { font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } .c_mainbody{ padding-right: 25px; padding-top: 10px; padding-left: 5px; border-bottom: 10px; } a:link {color: #E2721A;} a:hover {color: #E2721A;} a:visited {color: #AE2924;} img {border: 0 none;} p { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; font-size: 12px; text-align: left; padding-top: 5px; padding-bottom: 5px; }
layouts.css (строка 7) убрать Код (html): li { list-style:none outside none; } Только внимательно посмотрите по сайту потом чтобы маркеры не появились там где не надо.
Убрал не помогло Код (CODE): /* Design by Brian Diaz of Media 65 @ http://www.m65.net All Rights Reserved */ @import url(layouts.css); @import url(components.css); @import url(modules.css); @import url(navigation.css); @import url(misc.css); @import url(forms.css); /* ####################### GENERAL SETTINGS ############################ */ html{ height:100%; } body{ height: 100%; background-repeat: repeat-x; } .footer-left{ background: url(../images/footer-left.png) no-repeat; } .footer-right{ background: url(../images/footer-right.png) no-repeat; } .top-left{ background: url(../images/top_left.png) no-repeat; } .us_picture{ background: url(../images/nu_p_left.png) no-repeat; } .us_text{ background: url(../images/nu_p_right.png) no-repeat; } .picture_ramka{ padding-top: 16px; padding-left: 15px; } /* Global Formatting */ /*Headings Tags*/ h1 {font-size:16px;line-height: 1em;font-weight: 900;} h2 {font-size:15px;line-height: 1em;font-weight: 900;} h3 {font-size:14px;line-height: 1em;font-weight: 900;} h4 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #003366; font-size: 14px; text-align: left; } h5 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #004878; font-size: 12px; text-align: left; } h6 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; font-size: 11px; text-align: left; padding-right: 10px; } /*Tables*/ td{font-size: 12px;} th{font-size: 12px;} /* Links */ a:link {color: #CC6600;} a:hover {color: #659FDE;} a:visited {color: #CC6600;} img {border: 0 none;} /* Clears Divs */ .clr{clear: both;} /* ####################### END GENERAL SETTINGS ############################ */ /* Heading Color and Height control*/ #hd { background-image:url(../images/brb.png); background-repeat: repeat-x; } /* Grid Body margin Override would be 10px default*/ #doc3{margin: 0px;} /* Footer Wrapper Trick */ .wrapper2 { background-color: White; height:auto !important; min-height:80%; } .ft{ background-color: #DDE8EA; min-height:25%; } a.mainlevel{ background-repeat: no-repeat; background-position: right; } /* Главное Р С�еню - RIGHT */ a.mainlevel-right:link { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: rifht; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal; text-decoration: none; text-decoration: none; padding-top: 2px; text-align: left; display: block; width: 217px; height: 38px; } a.mainlevel-right:visited { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal; text-decoration: none; text-decoration: none; display: block; padding-top: 2px; text-align: left; width: 217px; height: 38px; } a.mainlevel-right:hover { background-image: url(../images/arrow-on.png); background-repeat: no-repeat; background-position: rihgt; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f000000; font-style: normal; text-decoration: none; text-decoration: none; display: block; padding-top: 2px; text-align: left; width: 217px; height: 38px; } #active_menu {} /*main/sub*/ ul#mainlevel-nav {} ul#mainlevel-nav li{} #mainlevel-nav { padding-top: 26px; } #mainlevel-nav a:link { font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } #mainlevel-nav a:visited{ font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } #mainlevel-nav a:hover { font-size:12px; color:#000000; display:block; text-align:center; float:left; text-decoration: none; text-transform: uppercase; padding-left: 10px; } .c_mainbody{ padding-right: 25px; padding-top: 10px; padding-left: 5px; border-bottom: 10px; } a:link {color: #E2721A;} a:hover {color: #E2721A;} a:visited {color: #AE2924;} img {border: 0 none;} p { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; font-size: 12px; text-align: left; padding-top: 5px; padding-bottom: 5px; }
Где убрали-то? Я до сих пор на сайте вижу в layouts.css (строка 7) код: Код (CODE): li { list-style:none outside none; }