[Xfce4-commits] [www/www.xfce.org] 01/01: Add a background and border for "code" styles in the wiki.

noreply at xfce.org noreply at xfce.org
Tue Sep 12 15:56:24 CEST 2017


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

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 2666068f495959dc27faeaadf7564ea9e6e2aee0
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Tue Sep 12 16:55:53 2017 +0300

    Add a background and border for "code" styles in the wiki.
---
 style/site_wiki.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/style/site_wiki.css b/style/site_wiki.css
index 32cff83..2a52b78 100644
--- a/style/site_wiki.css
+++ b/style/site_wiki.css
@@ -92,4 +92,12 @@ div.plugin_translation select {
 	border-radius: 0.2em !important;
 	box-shadow: none !important;
 	color: #000 !important;
+}
+
+pre.code {
+	background-color: rgba( 0, 0, 0, 0.04 );
+	border: 1px solid rgba( 0, 0, 0, 0.1 );
+	border-radius: 0.3em;
+
+	padding: 0.3em 0.8em;
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list