主菜单中的行(空格)

时间:2016-08-29 23:38:26

标签: html css joomla joomla3.0

我正在joomla网站上工作,我在主菜单之间看到一条线或一个空格。我想删除它,任何人都可以指导我在哪里可以更改它。

enter image description here

Templete.CCS:

{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body {
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
html {
    background-color: #000;
}
body {
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
    padding: 0;
    margin: 10px 0;
}
p:first-child,
blockquote:first-child,
form:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
fieldset:first-child,
address:first-child,
table:first-child {
    margin-top: 5px;
}
p:last-child,
blockquote:last-child,
form:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
fieldset:last-child,
address:last-child
table:last-child {
    margin-bottom: 5px;
}
fieldset {
    padding: 10px;
}
.jsn-joomla-30 fieldset {
    padding: 0;
    margin: 0;
}
small {
    font-size: .85em;
}
sup {
    bottom: 0.3em;
    font-size: .8em;
    position: relative;
    vertical-align: baseline;
}
sup em {
    color: red;
}
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}
pre {
    padding: 15px 30px;
    color: #555;
    background: #FFFFD5;
    border-left: 5px solid #404040;
    font-family: "Courier New",Courier,monospace;
}
blockquote {
    color: #404040;
    min-height: 45px;
    font-style: italic;
    padding-left: 60px;
    background: url(../images/icons/icon-text-blockquote.png) no-repeat top left;
}
blockquote p {
    font-size: 1em;
    line-height: inherit;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    color: #cc0000;
    font-size: 1.3em;
}
h4 {
    color: #D59500;
    font-size: 1.2em;
}
h5, h6 {
    font-size: 1.1em;
    font-weight: bold;
}
h5 {
    color: #5A8406;
}
h6 {
    color: #663300;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0;
    font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
a img {
    border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
    padding: 0;
    margin: 0.3em 0 0.3em 1.6em;
}
ol li {
    padding: 0;
    margin: 0.3em 0 0.3em 2em;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}
.clearbreak {
    clear: both;
}
div.jsn-modulecontainer {
    margin-top: 30px;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
    margin-top: 0;
}
div.jsn-modulescontainer {
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer {
    width: 23.404255319148934%;
    margin-left: 2.127659574468085%;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:first-child {
    margin-left: 0;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:last-child {
    margin-left: 0;
    margin-top: 2.127659574468085%;
    clear: left;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
    background: #fff;
}
#jsn-page {
    color: #999;
}
.jsn-desktop-on-mobile #jsn-page {
    min-width: 960px;
    -webkit-text-size-adjust: none;
}
.jsn-desktop-on-mobile #jsn-pos-topbar,
.jsn-desktop-on-mobile #jsn-topheader-inner,
.jsn-desktop-on-mobile #jsn-header-inner,
.jsn-desktop-on-mobile #jsn-promo-inner,
.jsn-desktop-on-mobile #jsn-pos-content-top,
.jsn-desktop-on-mobile #jsn-pos-content-top-below,
.jsn-desktop-on-mobile #jsn-content,
.jsn-desktop-on-mobile #jsn-content-bottom-inner,
.jsn-desktop-on-mobile #jsn-usermodules3-inner,
.jsn-desktop-on-mobile #jsn-content-bottom-mid-inner,
.jsn-desktop-on-mobile #jsn-content-bottom-below-inner,
.jsn-desktop-on-mobile #jsn-footer-inner {
    width: 960px;
    min-width: 960px;
}
#jsn-pos-topbar,
#jsn-topheader-inner,
#jsn-header-inner,
#jsn-promo-inner,
#jsn-pos-content-top,
#jsn-pos-content-top-below,
#jsn-content,
#jsn-content-bottom-inner,
#jsn-usermodules3-inner,
#jsn-content-bottom-mid-inner,
#jsn-content-bottom-below-inner,
#jsn-footer-inner {
    margin: 0 auto;
    width: 1170px;
}
/* ----- STICKLEFT / STICKRIGHT ----- */
div[id*=jsn-pos-stick-] {
    position: fixed;
    z-index: 888888;
}
div[id*=jsn-pos-stick-left] {
    left: 0;
}
div[id*=jsn-pos-stick-right] {
    right: 0;
}
#jsn-pos-stick-leftmiddle,
#jsn-pos-stick-rightmiddle {
    visibility: hidden;
}
#jsn-pos-stick-leftbottom,
#jsn-pos-stick-rightbottom {
    bottom: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
    border-bottom: 1px solid #ececec;
}
#jsn-pos-topbar {
    margin: 0 auto;
}
/* =============== LAYOUT - LAYOUT CHANGING =============== */
#jsn-maincontent.span12[class*="order"],
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
    padding: 0;
}
/* ----- Component Area ----- */
#jsn-content.jsn-hasinnerleft:not([class*="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
    padding-right: 15px;
}
#jsn-content.jsn-hasinnerright:not([class*="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
    padding-left: 15px;
}
#jsn-content.jsn-hasinnerleft.jsn-hasinnerright #jsn-maincontent.span12 #jsn-centercol {
    padding: 0;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-topheader {
    font-size: 12px;
    line-height: 38px;
    background: #fff;
}
#jsn-header {
    background: #000;
}
#jsn-logo a {
    line-height: 100%;
    display: block;
}
#jsn-logo a img {
  display: block;
}
#jsn-headerright {
    padding: 20px;
}
#jsn-pos-top form {
    margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
    float: left;
    margin: 0 0 0 20px;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
    margin-left: 0;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
    z-index: 999;
    position: relative;
}
#jsn-pos-mainmenu {
    float: left;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
    margin: 0 10px;
}
#jsn-pos-toolbar form {
    margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo {
    padding: 20px 0;
    background: #111 url(../images/backgrounds/dark_mosaic.png) top left repeat;
    color: #fff;
}
#jsn-content-top,
#jsn-content-top-below {
    background: #000 url(../images/backgrounds/bg-content-top.png) center center repeat;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
#jsn-content-top {
    padding-bottom: 0;
}

/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content {
    padding-top: 40px;
    margin-bottom: 30px;
    z-index: 87;
}
#jsn-content,
[id*="jsn-content_inner"] {
    position: relative;
}
#jsn-content,
[id*="jsn-content_inner"] {
    z-index: 87\0;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
    z-index: 87;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
    padding-top: 0;
}
#jsn-leftsidecontent .jsn-modulecontainer_inner,
#jsn-rightsidecontent .jsn-modulecontainer_inner {
    margin: 1px;
}
#jsn-leftsidecontent [class*="solid-"]:first-child .jsn-modulecontainer_inner,
#jsn-rightsidecontent [class*="solid-"]:first-child .jsn-modulecontainer_inner {
    margin-top: 20px;
}
#jsn-pos-innerleft .jsn-modulecontainer_inner,
#jsn-pos-innerright .jsn-modulecontainer_inner {
    margin: 20px; 
}
#jsn-pos-innerleft .jsn-modulecontainer_inner {
    margin-left: 0;
    margin-right: 10px;
}
#jsn-pos-innerright .jsn-modulecontainer_inner {
    margin-left: 10px;
    margin-right: 0;
}
#jsn-pos-innerleft .jsn-modulecontainer:first-child .jsn-modulecontainer_inner,
#jsn-pos-innerright .jsn-modulecontainer:first-child .jsn-modulecontainer_inner {
    margin-top: 0; 
}
#jsn-pos-innerleft [class*="solid-"]:first-child .jsn-modulecontainer_inner,
#jsn-pos-innerright [class*="solid-"]:first-child .jsn-modulecontainer_inner {
    margin-top: 20px;
}
#jsn-leftsidecontent div.jsn-modulecontainer,
#jsn-rightsidecontent div.jsn-modulecontainer {

}
#jsn-leftsidecontent div.jsn-modulecontainer_inner {

}
#jsn-pos-breadcrumbs {
    padding: 5px 0;
    margin-bottom: 15px;
}
#jsn-mainbody-content {
    padding: 0 0 25px;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top {
    border-bottom: 1px solid #ececec;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
    border-top: 1px solid #ececec;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
    width: 100%;
}
#jsn-pos-banner {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
    z-index: 85;
    background: #fff;
    position: relative;
}
#jsn-pos-content-bottom + #jsn-usermodules3 {
    padding-top: 0;
}
/* =============== LAYOUT - CONTENT BOTTOM MID/BELOW AREA =============== */
#jsn-content-bottom-mid,
#jsn-content-bottom-below {
    background-color: #FFFFFF;
    color: #d9d9d9;
    position: relative;
}
#jsn-pos-content-bottom-mid {
    border-bottom: 1px solid #222;
}
#jsn-pos-content-bottom-mid,
#jsn-pos-content-bottom-below {
    padding: 50px 0 35px;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
    color: #7d7d7d;
    font-size: 12px;
    background: #1a1a1a;
}
#jsn-footer-inner {
    border-top: 1px solid #222;
}
#jsn-pos-bottom {
    text-align: right;
}
#jsn-footermodules {
    padding: 20px 0;
}
#jsn-brand {
    display: block;
    padding: 15px 0;
    background: #000;
    color: #7d7d7d;
    text-align: center;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - GENERAL TYPOGRAPHY =============== */
.hd {
    display: none;
}
/* ----- PREDEFINED CONTENT ALIGN ----- */
.align-left {
    float: left;
}
.align-center {
    margin-left: auto;
    margin-right: auto;
}
.align-right {
    float: right;
}
.margin-left {
    margin-left: 1em;
    margin-right: 0;
}
.margin-right {
    margin-left: 0;
    margin-right: 1em;
}
.content-left {
    text-align: left;
}
.content-center {
    text-align: center;
}
.content-right {
    text-align: right;
}
/* =============== TYPOGRAPHY - CONTENT COLUMMNS =============== */
div.grid-layout2 div.grid-col {
    float: left;
    width: 49.95%;
}
div.grid-layout3 div.grid-col {
    float: left;
    width: 33.3%;
}
div.grid-layout4 div.grid-col {
    float: left;
    width: 24.96%;
}
div.grid-layout5 div.grid-col {
    float: left;
    width: 19.98%;
}
div.grid-layout6 div.grid-col {
    float: left;
    width: 16.65%;
}
div.grid-layout div.grid-col div.grid-col_inner {
    margin-right: 10px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
    margin-right: 0;
}
div.grid-col {
    margin-bottom: 20px;
}

/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
    padding: .8em;
    border: 1px solid #ececec;
}
.text-box-highlight {
    padding: .8em;
    border: 1px solid transparent;
}
.text-box-highlight:hover {
    border-color: #d9d9d9;
    background-color: #f2f2f2;
}
.text-highlight {
    padding: .2em .5em;
    background: #FFFFAA;
}
.text-highlight.highlight-green {
    color: #fff;
    background: #48691b;
}
.text-highlight.highlight-light {
    color: #000;
    background: #ececec;
}
.text-highlight.highlight-dark {
    color: #fff;
    background: #595959;
}
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
    color: #404040;
    font: 4em/1em "Times New Roman", Times, serif;
    float: left;
    margin-right: 10px;
}
.text-size-small {
    font-size: 0.9em;
}
.text-size-medium {
    font-size: 1em;
}
.text-size-large {
    font-size: 1.1em;
}
.text-size-xlarge {
    font-size: 1.2em;
}
.text-size-xxlarge {
    font-size: 1.3em;
}
hr.line-dots {
    border: none;
    padding: 0.5em 0;
    background: url(../images/dot.png) left center repeat-x;
}
hr.line-solid {}
/* ----- BUTTON LINK ----- */
.link-button {
    cursor: pointer;
    font-size: 1.2em;
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    background: #111;
}
a.link-button:hover,
.link-button a:hover {
    text-decoration: none;
}
a.link-button,
.link-button a {
    color: #fff !important;
}
.link-button.button-suit {
    background-color: #8D84E4;
}
.link-button.button-suit:hover {
background-color: #9059a6;
}
/* ----- ACTION LINK ----- */
.link-action {
    font-weight: 400;
    padding: 1px 2px;
    text-decoration: none;
}
.link-action:hover {
    color: #ffffff !important;
    text-decoration: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
    color: #595959;
    font-weight: 400;
    display: block;
    padding: 5px;
    border: 1px solid transparent;
}
.link-highlight:hover {
    color: #000;
    border-color: #d9d9d9;
    text-decoration: none;
    background-color: #f2f2f2;
}
/* ----- TOOLTIPS LINK ----- */
a.link-tooltip {
    position: relative;
}
a.link-tooltip:hover {
    z-index: 25;
}
a.link-tooltip span {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}
a.link-tooltip:hover span {
    display: block;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
    list-style: none;
}
ul.list-arrow li {
    margin-left: 0;
    padding-left: 16px;
    position: relative;
    display: block;
}
ul.list-arrow li:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 0.34em solid transparent;
    left: 5px;
    top: 4px;
}
ul.list-arrow.arrow-red li:after {
    border-left-color: #AE0000;
}
ul.list-arrow.arrow-blue li:after {
    border-left-color:#0060BF;
}
ul.list-arrow.arrow-green li:after {
    border-left-color: #3AA655;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
img.image-right {
    float: right;
    margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
    padding: 3px;
    border: 1px solid #ececec;
}
img.image-margin {
    margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
    display: block;
}
.jsn-menudescription {
    font-size: 12px;
    font-weight: normal;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
    margin: 0;
    padding: 0;
    clear: both;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
    color: #555;
    display: block;
    cursor: pointer;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    color: #999;
    text-transform: uppercase;  
    font-size: 16px;
    padding: 14px 30px 13px;
    border-right: 1px solid #1a1a1a;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
    display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a span.jsn-menutitle {
    line-height: 45px;
    position: relative;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a span.jsn-menutitle {
    line-height: 20px;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
    display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a,
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a {
    padding: 16px 25px 12px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
    display: block;
    padding-top: 2px;
    text-transform: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 260px;
    left: 30px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
    display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
    font-size: 14px;
        display: block;
    padding: 15px 0px;
        width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.last a {
    border-bottom: none;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li {
    list-style: none outside none;
    padding: 0px 20px;
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
    background: url(../images/icons/icon-arrow-black.png) right center no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
    top: -1px;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
    text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
    background: none;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
    left: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > ul {
    left: -1px;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.jsn-modulecontainer ul.menu-treemenu li {
    margin: 0;
    padding: 0;
    position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu li a {
    padding: 8px 12px;
    display: block;
    color: #808080;
    cursor: pointer;
    text-decoration: none;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
    padding: 10px 0;
    border-bottom: 1px solid #ececec\9;
    border-bottom: 1px solid rgba(150,150,150,0.2);
}
ul.menu-treemenu li a span {
    display: block;
}
ul.menu-treemenu li a span.jsn-menutitle {
    font-size: 13px;
}
ul.menu-treemenu > li > a span.jsn-menutitle {
    font-weight: bold;
}
ul.menu-treemenu ul li > a > span {
    padding-left: 18px;
    background: url(../images/icons/dot-grey.png) left center no-repeat;
}
div.jsn-modulecontainer ul.menu-treemenu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a span.jsn-menudescription {
    display: none;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
    display: block;
}
div[class*="richbox-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
    color: #B8B8B8;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
    margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
    padding-left: 15px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
    padding-left: 30px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
    padding-left: 45px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
    padding-left: 60px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
    padding-left: 75px;
}
/* ----- ACTIVE STATE ----- */
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
    color: #000;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
ul.menu-divmenu:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}
ul.menu-divmenu li {
    margin: 0;
    padding: 0 0.8em;
    float: left;
    display: inline;
    border-right: 1px solid #FFFFFF;
}
ul.menu-divmenu li.first {
    padding-left: 0;
}
ul.menu-divmenu li.last {
    border-right-width: 0;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menu-topmenu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}
ul.menu-topmenu li a {
    padding: 14px 10px;
    color: #999;
    display: block;
}
ul.menu-topmenu li a span {
    display: block;
}
/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}
h3.jsn-moduletitle span {
    display: block;
}
div[class*="solid-"] h3.jsn-moduletitle {
    padding-top: 0;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
div[class*="box-"] div.jsn-modulecontainer_inner,
div[class*="solid-"] div.jsn-modulecontainer_inner {
    color: #555;
}
/* ----- LIGHTBOX STYLE ----- */
div[class*="lightbox-"] h3.jsn-moduletitle {
    background: url(../images/backgrounds/bg-module-title.png);
}
div[class*="lightbox-"] h3.jsn-moduletitle span {
    display: inline-block;
    padding: 0 14px;
}
div.lightbox-1 h3.jsn-moduletitle span {
    background: #fff;
    color: #1a1a1a;
    padding-left: 0;
}
div.lightbox-2 h3.jsn-moduletitle span {
    color: #fff;
}
/* ----- SOLIDBOX STYLE ----- */
div[class*="solid-"] div.jsn-modulecontainer_inner {
    padding: 8px 15px;
    color: #fff;
}
div.solid-1 h3.jsn-moduletitle span,
div.solid-1 h3.jsn-moduletitle span a {
    color: #fff;
}
div.solid-2 div.jsn-modulecontainer_inner {
    background-color: #1a1a1a;
}
#jsn-body div[class*="solid-"].jsn-modulecontainer div.jsn-modulecontainer_inner {
    border: none;
}
/* ----- RICHBOX STYLE ----- */
div[class*="richbox-"] h3.jsn-moduletitle span {
    padding: 0 14px;
}
div.richbox-1 h3.jsn-moduletitle span {
    padding: 0;
}
div.richbox-2 h3.jsn-moduletitle {
    color: #fff;
}

请参阅以下评论中的其他内容

2 个答案:

答案 0 :(得分:1)

在您的CSS中,border-right有一个li。这意味着对于每个菜单项,都应用了border-right;需要根据您的要求不应用。

因此,请替换此代码:

ul.menu-divmenu li {
   margin: 0;
   padding: 0 0.8em;
   float: left;
   display: inline;
   border-right: 1px solid #FFFFFF;
}

使用:

ul.menu-divmenu li {
   margin: 0;
   padding: 0 0.8em;
   float: left;
   display: inline;
   border-right: none;
}

答案 1 :(得分:0)

ul.menu-divmenu li {
    margin: 0;
    padding: 0 0.8em;
    float: left;
    display: inline;
    border-right: 1px solid #FFFFFF;
}

将以上代码替换为css文件中的以下代码。

ul.menu-divmenu li {
    margin: 0;
    padding: 0 0.8em;
    float: left;
    display: inline;
    border-right: none;
}