[arrayfire] 56/61: DOC Add background and bold to inline code tags
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:55:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit 083646341bc0706294186bbe4e1c62ff288b935c
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Fri Dec 4 11:19:03 2015 -0500
DOC Add background and bold to inline code tags
---
docs/arrayfire.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/arrayfire.css b/docs/arrayfire.css
index 44808a7..b1b688f 100644
--- a/docs/arrayfire.css
+++ b/docs/arrayfire.css
@@ -10,6 +10,12 @@ p
padding-left : 10px;
}
+p code
+{
+ font-weight : bold;
+ background-color: #F7F7F7;
+}
+
/* @group Heading Levels */
/* Increase the size of the page title */
.title
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list