Skip to content
Snippets Groups Projects
Commit 8cf5aee5 authored by Anika Henke's avatar Anika Henke
Browse files

added missing styles to print.css (underline, centered images and clearer)

parent eb97dcb8
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,14 @@ div.secedit {
display: none;
}
div.clearer {
clear: both;
line-height: 0;
height: 0;
overflow: hidden;
}
/* --------------------- Text formating -------------------------------- */
/* external link */
......@@ -114,6 +122,21 @@ img.mediaright {
margin: 0 0 0 1.5em;
}
img.mediacenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* underline */
em.u {
font-style: normal;
text-decoration: underline;
}
em em.u {
font-style: italic;
}
/* unordered lists */
ul {
line-height: 1.5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment