mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
27 lines
323 B
CSS
27 lines
323 B
CSS
a {
|
|
text-decoration: none;
|
|
color: blue
|
|
}
|
|
.comments {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
text-indent: 0
|
|
}
|
|
|
|
table.fields {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
table.fields td {
|
|
vertical-align: top
|
|
}
|
|
|
|
table.fields td.title {
|
|
font-weight: bold
|
|
}
|
|
|
|
.series_name {
|
|
font-style: italic
|
|
}
|