Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2576 - 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: r2576 - development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles
  • Date: Tue, 17 May 2005 07:02:29 +0000

Author: niclas AT hedhman.org
Date: Tue May 17 07:02:15 2005
New Revision: 2576

Modified:

development/main/magic/spells/doc/themes/modern/etc/deliverables/themes/modern/html/resources/styles/style.css
Log:
<dd> and <dt> was mixed up.

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:02:15 2005
@@ -262,17 +262,21 @@
background-color: white;
}

-dd
+dl
+{
+ margin: 1em;
+}
+
+dt
{
font-weight: bolder;
- font-style: italic;
text-decoration: underline;
- margin: 0;
display: block;
}

-dt
+dd
{
+ font-style: italic;
margin: 1em;
display: block;
}



  • svn commit: r2576 - 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