summaryrefslogtreecommitdiff
path: root/src/data/home.html
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-03-31 16:09:43 +0200
committermatgic78 <matgic78@gmail.com>2010-04-01 19:27:01 +0200
commit2dc8113cca580d76d0ecf7821ea1fa91a3051202 (patch)
tree3b1fc03fdfdfaab7b7a9145cee0b5ae4ea22de02 /src/data/home.html
parentButton on top-right to add a preview (diff)
downloadrekonq-2dc8113cca580d76d0ecf7821ea1fa91a3051202.tar.xz
Fix detail after rebase
Diffstat (limited to 'src/data/home.html')
-rw-r--r--src/data/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data/home.html b/src/data/home.html
index 6b9cd383..4afbf2ed 100644
--- a/src/data/home.html
+++ b/src/data/home.html
@@ -85,7 +85,9 @@ display: inline-block;
.link img, .link span {
vertical-align: middle; display: inline-block;
}
+.link a, .link span {
color: black;
+}
#actions .link {
-webkit-transition-property: opacity;
@@ -162,7 +164,7 @@ float: right;
float: left;
}
-.thumbnail a:hover, span {
+.thumbnail a:hover, .thumbnail span {
color:#3F7AB7;
}