الگو:بیت/styles.css

از ویکی‌پدیا، دانشنامهٔ آزاد

/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */

.b { /* verse container */

 text-align: justify;
 text-align-last: justify; /* for IE and CSS3 */
 -moz-text-align-last: justify; /* for Firefox 12 */
 -webkit-text-align-last: justify; /* webkit based browsers */
 text-justify: kashida;
 border: 0;

}

.beyt {

 white-space: nowrap; 

}