Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • ..
  • css
  • xhtmlxtras.css
  • Adding missing items back to thirdpartyjs. ...
    70a35828
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9751 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
    2009-01-26 13:20:49 +0000  
    Browse Code ยป
xhtmlxtras.css 332 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
ins {
	border-bottom: 1px solid green;
	text-decoration: none;
	color: green;
}

del {
	color: Red;
	text-decoration: line-through;
}

cite {
	border-bottom: 1px dashed blue;
}

acronym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

abbr, html\:abbr {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}