mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 17:04:26 +01:00
...
This commit is contained in:
parent
213df8e3d7
commit
ec12901d8a
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ a {
|
|||
text-decoration: none;
|
||||
color: blue
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red
|
||||
}
|
||||
|
||||
.comments {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue