Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2578 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2578 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles
  • Date: Tue, 17 May 2005 07:51:29 +0000

Author: niclas AT hedhman.org
Date: Tue May 17 07:51:26 2005
New Revision: 2578

Modified:

development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css

development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
Log:
Shouldn't the image be centered in the leftpanel?

Modified:
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
==============================================================================
---
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
(original)
+++
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
Tue May 17 07:51:26 2005
@@ -14,9 +14,8 @@

table.logobar
{
- //background-color: #333333;
background-color: rgb(220,220,220);
- color: rgb(220,220,220); //#CCCCFF;
+ color: rgb(220,220,220);
border: none;
margin: 0;
padding: 20;
@@ -28,8 +27,8 @@
.panelleft
{
vertical-align: middle;
- text-align: left;
- border-right: 1px solid rgb(220,220,220) //#9999FF;
+ text-align: center;
+ border-right: 1px solid rgb(220,220,220);
height: 135px;
width: 120px;
padding: 5;
@@ -221,7 +220,7 @@
{
background-color: white;
color: black;
- border-top: 0px solid; //1px solid
+ border-top: 0px solid;
margin-top: 30px;
margin-bottom: 20px;
margin-right: 210px;
@@ -623,7 +622,7 @@

table.front-category tr td.divided
{
- border-righ t: 1px solid gray;
+ border-right: 1px solid gray;
}

table.front-category tr td.header

Modified:
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
==============================================================================
---
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
(original)
+++
development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/standard.xsl
Tue May 17 07:51:26 2005
@@ -163,13 +163,13 @@
<!-- Do nothing -->
</xsl:when>
<xsl:when test="$url = ''" >
- <img alt="link">
+ <img alt="link" >
<xsl:attribute name="src"><xsl:value-of
select="$relativepath[position() = last()]" /><xsl:value-of select="$logo"
/></xsl:attribute>
</img>
</xsl:when>
<xsl:otherwise>
<a><xsl:attribute name="href"><xsl:value-of select="$url"
/></xsl:attribute>
- <img alt="link">
+ <img alt="link" >
<xsl:attribute name="src"><xsl:value-of
select="$relativepath[position() = last()]" /><xsl:value-of select="$logo"
/></xsl:attribute>
</img>
</a>



  • svn commit: r2578 - in development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html: . resources/styles, niclas, 05/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page