You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/07 23:04:57 UTC

[comdev-events-site] 02/04: Syntax

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

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git

commit d872be081fb2f22118390a91e44c5180d4620dd5
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 8 00:00:10 2023 +0100

    Syntax
---
 static/style/screen.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/style/screen.css b/static/style/screen.css
index 59c2f44..f914178 100644
--- a/static/style/screen.css
+++ b/static/style/screen.css
@@ -99,7 +99,7 @@ h1,h2,h3,h4,h5,h6 {
   background-color: #F00;
   padding: 0.01em 1em;
   border-radius: 10px;
-  background: url(../images/rave_codehilite_bg.gif);
+  background-image: url(../images/rave_codehilite_bg.gif);
 }
 
 #navigation {