summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-27 10:50:12 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-27 10:50:12 +0000
commit383396f405a7c29f52175fdd71ca5b630533160e (patch)
treecc98305452a029f85362f8cdbf591c8482ebe8d2 /lib/tpl
parent4e098b31e03d71843366023ea526608ff2377a80 (diff)
downloadrpg-383396f405a7c29f52175fdd71ca5b630533160e.tar.gz
rpg-383396f405a7c29f52175fdd71ca5b630533160e.tar.bz2
deleted template print styles which are now in the core styles
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/print.css47
1 files changed, 3 insertions, 44 deletions
diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css
index 15c6dad29..45b60aad2 100644
--- a/lib/tpl/default/print.css
+++ b/lib/tpl/default/print.css
@@ -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; }