Changes

m
no edit summary
Line 1: Line 1:  
/* Change default font and paragraph parameters*/
 
/* Change default font and paragraph parameters*/
 +
.mw-body-content {
 +
    font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
 +
}
 +
 
.mw-body-content p {
 
.mw-body-content p {
 
     margin: 0;
 
     margin: 0;
    font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
   
     text-indent: 2em;
 
     text-indent: 2em;
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
   −
.center {
+
/* Remove indent for some classes */
 +
.poem p {  
 
     text-indent: 0;
 
     text-indent: 0;
     font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
+
}
 +
 
 +
.gallerytext p {
 +
     text-indent: 0;
 +
    text-align: center;
 +
}
 +
 
 +
#editpage-specialchars p {
 +
    text-indent: 0;
 +
    text-align: left;
 +
}
 +
.mw-charinsert-item p {
 +
    text-indent: 0;
 +
    text-align: left;
 
}
 
}