Tod Naturlich/format classes.css

From All The Fallen Stories
Revision as of 05:36, 12 September 2017 by TodNaturlich (talk | contribs) (Added style for images with description at the right.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/***** Classes to give some effects *****/

/* Image with a description to the right, the image must be the first element on the div, the description must be a single element, can be wrapped in a div.*/

.mw-body-content .image-description {

   display: flex;

}

.mw-body-content .image-description img {

   margin: 0 1em 0 0;

}

/* */