MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
}
}


/* TODO: remove indent for some classes. The following does not work yet */
/* Remove indent for some classes */
.poem, .gallerytext p {  
.poem p {  
     text-indent: 0;
     text-indent: 0;
}
}


/*TODO: make text in Edittools block left aligned without indent. The following does not help */
.gallerytext p {
    text-indent: 0;
    text-align: center;
}
 
#editpage-specialchars p {  
#editpage-specialchars p {  
     text-indent: 0;
     text-indent: 0;