Author: cdupoirieux
Date: Thu Dec 15 05:10:55 2005
New Revision: 357009
URL: http://svn.apache.org/viewcvs?rev=357009&view=rev
Log:
trail must float left instead of right, that's better,
Suppress the headerthe breadtrail and the leftbar in print media.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.print.css
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.print.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.print.css?rev=357009&r1=357008&r2=357009&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.print.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.print.css
Thu Dec 15 05:10:55 2005
@@ -20,11 +20,7 @@
background: white;
}
-#tabs,
-#menu,
-#content .toc {
- display: none;
-}
+#header, #leftbar,#export-link, .breadtrail, #siteinfo-compliance-links {
display: none; }
#content {
width: auto;
@@ -38,11 +34,6 @@
color: #336699;
background: transparent;
text-decoration: underline;
-}
-
-#top .logo {
- padding: 0;
- margin: 0 0 2em 0;
}
#footer {
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css?rev=357009&r1=357008&r2=357009&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/css/pelt.screen.css
Thu Dec 15 05:10:55 2005
@@ -521,7 +521,7 @@
.trail {
position: relative; /* IE bugfix cont'd */
- float: right;
+ float: left;
margin: -10px 5px 0px 5px;
padding: 0;
}