Difference between revisions of "Tod Naturlich/story text.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Edited settings)
m (Edited settings)
Line 3: Line 3:
     font-size: 1.2em;
     font-size: 1.2em;
     text-align: justify;
     text-align: justify;
     line-height: 100%;
     line-height: 130% !important;
     margin: 0.8em 0;
     margin: 0.8em 0 !important;
}
}


/* <noinclude>[[Category:StyleSheets|story text.css]]</noinclude> */
/* <noinclude>[[Category:StyleSheets|story text.css]]</noinclude> */

Revision as of 08:17, 3 September 2017

p {

   font-family: "Times New Roman", Times, serif;
   font-size: 1.2em;
   text-align: justify;
   line-height: 130% !important;
   margin: 0.8em 0 !important;

}

/* */