qownnotes-style/style.css

30 lines
463 B
CSS

a {
color:blue;
text-decoration:underline;
}
hr {
margin-top:1em;
margin-bottom:1em;
}
table {
/* Note: Never had any luck getting rid of the space between the
cells border-collapse doesn't work, nor does removing or
colouring the borders in the td/th cells. Thanks Qt?
*/
border-color:lightgray;
border-style:solid;
border-width:1px;
margin-top:1em;
margin-bottom:1em;
}
td, th {
padding:0.2em 0.5em 0.2em 0.5em;
}
ol, ul {
margin:-1.5em;
}