[Pkg-owncloud-commits] [owncloud-doc] 03/227: add underline to links in note boxes

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:20:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 6393d3c864e792fbe5282cb9dcf6a37a94cfe3ee
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Mon Aug 18 17:29:10 2014 +0200

    add underline to links in note boxes
---
 _shared_assets/themes/owncloud_org/static/styles.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/_shared_assets/themes/owncloud_org/static/styles.css b/_shared_assets/themes/owncloud_org/static/styles.css
index 46d287e..133feb6 100644
--- a/_shared_assets/themes/owncloud_org/static/styles.css
+++ b/_shared_assets/themes/owncloud_org/static/styles.css
@@ -211,3 +211,7 @@ div.thumbnail > img {
 	padding-bottom: 6px;
 }
 
+/* make links discoverable in note boxes */
+.note a {
+  border-bottom: 1px dotted #428bca;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list