You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/16 17:59:21 UTC

[royale-docs] branch master updated: source code style

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 96dc278  source code style
96dc278 is described below

commit 96dc2787ad7b03460d60a9d24e2a79652e6ce43c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu May 16 19:59:14 2019 +0200

    source code style
---
 royalesite.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/royalesite.css b/royalesite.css
index f81a70a..89557e0 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -310,6 +310,14 @@ a {
 	-webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 
+.highlight
+{
+	color: #839496;
+	background-color: #002b36;
+	border-radius: 10px;
+	padding: 15px;
+}
+
 pre {
 	overflow-x: auto;
 }