gecko-dev/xpfe/AppCores/xul/pref.css
1999-04-20 23:00:48 +00:00

35 lines
356 B
CSS

body {
background-color:#CCCCCC;
font-family: sans-serif;
font-size: 9pt;
}
#righttext {
text-align: left;
font-style: bold;
}
#righttext {
text-align: right;
}
#top {
background-color: grey
}
table {
display:block;
border: groove white 2px;
min-height: 16px;
color: white;
}
td {
font-size: 8pt;
}
</STYLE>