MediaWiki:Vector.css — различия между версиями

Материал из AstroLords
Перейти к: навигация, поиск
Строка 3: Строка 3:
 
.cSideBar ul > li {
 
.cSideBar ul > li {
 
     list-style-type: none;
 
     list-style-type: none;
 +
    list-style-image: none;
 
}
 
}
  

Версия 15:55, 24 января 2014

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

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

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