টেমপ্লেট:উক্তি/শৈলী.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

ভিকিটিয়া থেকে
"→‎Styling for Template:Quote: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite { line-height: 1.5em; →‎@noflip: text-align: left; →‎@noflip: padding-left: 1.6em; margin-top: 0; }" দিয়ে পাতা তৈরি
 
১টি সংস্করণ আমদানি করা হয়েছে
 
(কোনও পার্থক্য নেই)

১২:৪৭, ২৭ নভেম্বর ২০২৪ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

/* Styling for Template:Quote */
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}
.templatequote .templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}