Author: gmcdonald
Date: Mon Mar 5 01:35:52 2007
New Revision: 514623
URL: http://svn.apache.org/viewvc?view=rev&rev=514623
Log:
More enhancements to Pelt Theme, FOR-811. Move white line into correct
position, now it is visible
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=514623&r1=514622&r2=514623
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Mon Mar 5 01:35:52 2007
@@ -138,7 +138,9 @@
width: 100%;
background-color: #294563;
background-image: url('../themes/images/header_white_line.gif');
- background-position: bottom left;
+ /* % values for background position: 100% 85%
+ px is slightly more accurate */
+ background-position: 0px 107px;
background-repeat: repeat-x;
}