Author: cpage
Date: Mon Dec 26 21:49:22 2005
New Revision: 10474
Modified:
trunk/www/books/drm/Collection_Classes.html
trunk/www/books/drm/Condition_Classes.html
trunk/www/books/drm/Function_Classes.html
trunk/www/books/drm/Number_Classes.html
trunk/www/books/drm/Type_Classes.html
trunk/www/books/drm/drm.css
Log:
Job: website
Fixed the layout of class attribute legends that appear at the bottom of
class hierarchy figures.
- Made the font smaller, which looks more like the printed DRM and fixes
the layout in figures where the text was wider than the hierarchy image,
causing the text to "break up" and layout onto more lines.
- Removed 'style="clear: both"' from the TABLEs containing the legends. I
don't recall why these attributes were there; they aren't necessary.
Modified: trunk/www/books/drm/Collection_Classes.html
==============================================================================
--- trunk/www/books/drm/Collection_Classes.html (original)
+++ trunk/www/books/drm/Collection_Classes.html Mon Dec 26 21:49:22 2005
@@ -241,7 +241,7 @@
<img alt="Collection Class Hierarchy"
src="images/drm_Figure_11-4_Collection_Classes"
width="715" height="621" usemap="#collection-classes-map" />
- <table class="class-attributes-legend" style="clear: both">
+ <table class="class-attributes-legend">
<tr>
<td>S</td> <td class="description">– Sealed</td>
<td>P</td> <td class="description">– Primary</td>
Modified: trunk/www/books/drm/Condition_Classes.html
==============================================================================
--- trunk/www/books/drm/Condition_Classes.html (original)
+++ trunk/www/books/drm/Condition_Classes.html Mon Dec 26 21:49:22 2005
@@ -192,7 +192,7 @@
<img alt="Condition Class Hierarchy"
src="images/drm_Figure_11-6_Condition_Classes"
width="699" height="432" usemap="#condition-classes-map" />
- <table class="class-attributes-legend" style="clear: both">
+ <table class="class-attributes-legend">
<tr>
<td>S</td> <td class="description">– Sealed</td>
<td>P</td> <td class="description">– Primary</td>
Modified: trunk/www/books/drm/Function_Classes.html
==============================================================================
--- trunk/www/books/drm/Function_Classes.html (original)
+++ trunk/www/books/drm/Function_Classes.html Mon Dec 26 21:49:22 2005
@@ -165,7 +165,7 @@
<img alt="Function Class Hierarchy"
src="images/drm_Figure_11-5_Function_Classes"
width="292" height="205" usemap="#function-classes-map" />
- <table class="class-attributes-legend" style="clear: both">
+ <table class="class-attributes-legend">
<tr>
<td>S</td> <td class="description">– Sealed</td>
<td>P</td> <td class="description">– Primary</td>
Modified: trunk/www/books/drm/Number_Classes.html
==============================================================================
--- trunk/www/books/drm/Number_Classes.html (original)
+++ trunk/www/books/drm/Number_Classes.html Mon Dec 26 21:49:22 2005
@@ -190,7 +190,7 @@
<img alt="Number Class Hierarchy"
src="images/drm_Figure_11-3_Number_Classes"
width="616" height="442" usemap="#number-classes-map" />
- <table class="class-attributes-legend" style="clear: both">
+ <table class="class-attributes-legend">
<tr>
<td>S</td> <td class="description">– Sealed</td>
<td>P</td> <td class="description">– Primary</td>
Modified: trunk/www/books/drm/Type_Classes.html
==============================================================================
--- trunk/www/books/drm/Type_Classes.html (original)
+++ trunk/www/books/drm/Type_Classes.html Mon Dec 26 21:49:22 2005
@@ -163,7 +163,7 @@
<img alt="Type Class Hierarchy"
src="images/drm_Figure_11-1_Type_Classes"
width="292" height="205" usemap="#type-classes-map" />
- <table class="class-attributes-legend" style="clear: both">
+ <table class="class-attributes-legend">
<tr>
<td>S</td> <td class="description">– Sealed</td>
<td>P</td> <td class="description">– Primary</td>
Modified: trunk/www/books/drm/drm.css
==============================================================================
--- trunk/www/books/drm/drm.css (original)
+++ trunk/www/books/drm/drm.css Mon Dec 26 21:49:22 2005
@@ -888,7 +888,11 @@
margin-left: -8em
}
-table.class-attributes-legend { margin-top: 1em;
border-collapse: collapse }
+table.class-attributes-legend {
+ margin-top: 1em;
+ border-collapse: collapse;
+ font-size: smaller
+ }
table.class-attributes-legend td { padding: 0 3px 0 0 }
table.class-attributes-legend td.description + td { padding-left: 2em }
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|