Difference between revisions of "MediaWiki:Vector.css"

From Astrolords
Jump to: navigation, search
Line 1: Line 1:
 
/* Размещённый здесь CSS будет применяться к векторной теме оформления  */
 
/* Размещённый здесь CSS будет применяться к векторной теме оформления  */
 +
 +
.cSideBar li {
 +
    list-style-type: none;
 +
}
  
 
.cSideBar ul {
 
.cSideBar ul {
 
     margin-left: 5px;
 
     margin-left: 5px;
 
     padding-left: 5px;
 
     padding-left: 5px;
}
 
 
.cSideBar li {
 
    list-style-type: none;
 
 
}
 
}

Revision as of 15:52, 24 January 2014

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

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

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