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

deleted template print styles which are now in the core styles

parent 4e098b31
No related branches found
No related tags found
No related merge requests found
......@@ -33,23 +33,10 @@ div.meta {
text-align: right;
}
div.notify,
div.info,
div.success,
div.error,
div.breadcrumbs,
div.secedit {
div.breadcrumbs {
display: none;
}
div.clearer {
clear: both;
line-height: 0;
height: 0;
overflow: hidden;
}
/* --------------------- Text formating -------------------------------- */
......@@ -110,31 +97,15 @@ img.media {
margin: 3px;
}
/* the styles for media images are already in
lib/styles/all.css, these are additional styles */
img.medialeft {
border: 0;
float: left;
margin: 0 1.5em 0 0;
}
img.mediaright {
border: 0;
float: right;
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 */
......@@ -253,17 +224,5 @@ table.inline td {
border: 1px solid #000000;
}
.leftalign {
text-align: left;
}
.centeralign {
text-align: center;
}
.rightalign {
text-align: right;
}
.toc, .footerinc, .header, .bar, .user { display: none; }
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