diff software/eXist/webapp/mpdl/presentation/pageHtml.css @ 17:7e883ce72fec

diverse Fehlerbehebungen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 27 Sep 2011 16:41:15 +0200
parents e99964f390e4
children
line wrap: on
line diff
--- a/software/eXist/webapp/mpdl/presentation/pageHtml.css	Tue Sep 27 16:40:57 2011 +0200
+++ b/software/eXist/webapp/mpdl/presentation/pageHtml.css	Tue Sep 27 16:41:15 2011 +0200
@@ -23,6 +23,7 @@
 span.xml.elementName { font-weight:bold;color:purple; }
 span.xml.attributeName { font-weight:bold; }
 span.xml.attributeValue { color:blue; }
+span.xml.comment { color:green; font-style:italic; }
 ul.xml.element { margin-left:0px;padding-left:8px }
 ul.xml.element.highlight { background-color:#D3D3D3; }      /* LightGrey    */
 
@@ -105,8 +106,8 @@
 
 /* notes     */
 span.note { font-style:italic; }
-span.note.margin.left { position:absolute; left:2em; font-style:normal; }
-span.note.margin.right { position:absolute; left:30em; font-style:normal; } 
+span.note.margin.left { position:absolute; left:2em; width: 5em; font-style:normal; }
+span.note.margin.right { position:absolute; left:30em; width: 5em; font-style:normal; } 
 
 /* GIS elements    */
 span.place { color:#0000FF; }  /* Blue   */