Update of /var/lib/cvs/www/books/drm
In directory gauss.gwydiondylan.org:/tmp/cvs-serv5415
Modified Files:
drm.css
Log Message:
Job: website
In class hierarchy figures, use cell padding instead of transparent borders to
space out
the columns of the figure legend.
This is simpler in any case, but, notably, it should work better with IE 6,
which was
rendering solid black borders instead of making them transparent.
Index: drm.css
===================================================================
RCS file: /var/lib/cvs/www/books/drm/drm.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- drm.css 13 Oct 2004 00:44:28 -0000 1.16
+++ drm.css 15 Oct 2004 01:33:58 -0000 1.17
@@ -192,7 +192,7 @@
table.class-attributes-legend { margin-top: 1em;
border-collapse: collapse }
table.class-attributes-legend td { padding: 0 3px 0 0 }
-table.class-attributes-legend td.description { border-right: 2em solid
transparent }
+table.class-attributes-legend td.description { padding-right: 2em }
@@ -202,7 +202,7 @@
Italicized text inside of CODE is not literal code and should be
rendered in a body font instead of the code font. Additionally,
references in documentation to any of those non-literals should be
- rendered using the same font (i class="Parameter").
+ rendered using the same font (class="Parameter").
NOTE: Unfortunately, I do not currently see a way to specify "body
font" in CSS, so I've opted for "serif". This means that if the UA's
@@ -211,7 +211,7 @@
*/
-i.Parameter, code i { font-family: serif }
+code i, i.Parameter { font-family: serif }
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|