diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-08 11:16:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-15 09:53:42 +0200 |
commit | a8224cfb6df7d0a1f60c3ca603171a152179e71d (patch) | |
tree | 462675ffaef580dc25bbcaea70221dd7d3573b73 /src/data/home.html | |
parent | Add font: Nunito regular (diff) | |
download | rekonq-a8224cfb6df7d0a1f60c3ca603171a152179e71d.tar.xz |
about:downloads grey links
Diffstat (limited to 'src/data/home.html')
-rw-r--r-- | src/data/home.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/home.html b/src/data/home.html index c46904dd..c7480810 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -199,6 +199,10 @@ float: left; margin-right: 5px; } +.download a.greylink{ +color:grey; +} + /* -------------------------------------------------------- */ /* Empty pages : in the end : need to overwrite */ #content.empty { |