[Synopsis-changes] Synopsis/Synopsis/share/Synopsis dump.css,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Sun Nov 16 22:30:37 UTC 2003


Update of /cvs/synopsis/Synopsis/share/Synopsis
In directory frida:/tmp/cvs-serv10564/share/Synopsis

Added Files:
	dump.css 
Log Message:
stylesheet to render the dump output

--- NEW FILE: dump.css ---
declarations:before
{ 
  display: block;
  content: "Declarations";
  font-size: large;
}
declarations
{ 
  display: block;
  margin: 1mm;
}
declarations > *:before,
declarations > item *:before
{ 
  content: attr(class)" "attr(type)" "attr(name);
  color: red;
}
declarations > item:before {  content:"";} /* empty */
comments summary
{ 
  visibility: hidden;
  display: none;
}
comments text
{ 
  visibility: visible;
  display: block;
  background: #dddddd;
  border: thin solid;
  margin: 1mm;
  padding: 1mm;
}




More information about the Synopsis-changes mailing list