Files
Jailer/render/styles.css
T
rwisser fe5a520632 fixed rendering bug
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@87 3dd849cd-670e-4645-a7cd-dd197c8d0e81
2007-06-27 14:52:54 +00:00

33 lines
558 B
CSS

<style type="text/css">
<!--
/* CSS Style-Sheet-Specifications */
/* created with (X)HTML-Format */
/* http://www.openwebsuite.org */
//-->
A {
font-weight: bold;
}
A:link {
color: #0000A0;
text-decoration: none;
}
A:visited {
color: #0000A0;
text-decoration: none;
}
A:hover {
color: #CC0000;
text-decoration: underline;
}
.titlebar {
vertical-align: middle; font-weight: bold; background-color: rgb(220, 220, 255);
}
.highlightedrow {
background-color: rgb(230, 230, 240);
}
</style>