summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Lucas <sebastien@slucas.fr>2016-12-26 11:32:43 +0100
committerSébastien Lucas <sebastien@slucas.fr>2016-12-26 11:32:43 +0100
commit253fbb4cd066742933286311f8d5c4cd22c2a90a (patch)
tree33817f246ce3a6e75220caa1c1ea52500a91dee5
parent2cc63873862e4697a24461a4e4d6f3a2e6f115a5 (diff)
downloadcops-253fbb4cd066742933286311f8d5c4cd22c2a90a.zip
cops-253fbb4cd066742933286311f8d5c4cd22c2a90a.tar.gz
cops-253fbb4cd066742933286311f8d5c4cd22c2a90a.tar.bz2
Fixed the hover effect on the books article (2 or 3 pixel too short on the top).
The top margin is already on the cover so there is no need to add it also in the book title.
-rw-r--r--templates/default/styles/style-base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/styles/style-base.css b/templates/default/styles/style-base.css
index 5395e92..d6e0fd0 100644
--- a/templates/default/styles/style-base.css
+++ b/templates/default/styles/style-base.css
@@ -226,7 +226,7 @@ max-width:800px;
}
.books .fancydetail .fullclickpopup {
- margin: 4px 0px 4px 75px;
+ margin: 0px 0px 4px 75px;
}
.bookpopup .cover {