Difference between revisions of "MediaWiki:Vector.css"

From Astrolords
Jump to: navigation, search
Line 9: Line 9:
 
     margin-left: 15px;
 
     margin-left: 15px;
 
     padding-left: 5px;
 
     padding-left: 5px;
 +
    line-height: 16px;
 
}
 
}

Revision as of 15:56, 24 January 2014

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

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

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