Tod Naturlich/story text.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
TodNaturlich (talk | contribs)
General style sheet for stories
 
TodNaturlich (talk | contribs)
m Edited settings
Line 1: Line 1:
p {
p {
     font-family: "Times New Roman", Times, serif;
     font-family: "Times New Roman", Times, serif;
     font-size: 1.5em;
     font-size: 1.3em;
     text-align: justify;
     text-align: justify;
    margin: 0.8em 0;
}
}


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

Revision as of 08:10, 3 September 2017

p {

   font-family: "Times New Roman", Times, serif;
   font-size: 1.3em;
   text-align: justify;
   margin: 0.8em 0;

}

/* */