Difference between revisions of "MediaWiki:Vector.css"

From Astrolords
Jump to: navigation, search
Line 3: Line 3:
 
.cSideBar ul > li {
 
.cSideBar ul > li {
 
     list-style-type: none;
 
     list-style-type: none;
 +
    list-style-image: none;
 
}
 
}
  

Revision as of 15:55, 24 January 2014

/* Размещённый здесь CSS будет применяться к векторной теме оформления  */

.cSideBar ul > li {
    list-style-type: none;
    list-style-image: none;
}

.cSideBar ul {
    margin-left: 15px;
    padding-left: 5px;
}