You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/02/11 11:29:15 UTC

svn commit: r1444726 - in /felix/site/trunk: content/ipojo/web/style.css templates/ipojo.html

Author: clement
Date: Mon Feb 11 10:29:15 2013
New Revision: 1444726

URL: http://svn.apache.org/r1444726
Log:
added code highliting

Modified:
    felix/site/trunk/content/ipojo/web/style.css
    felix/site/trunk/templates/ipojo.html

Modified: felix/site/trunk/content/ipojo/web/style.css
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/ipojo/web/style.css?rev=1444726&r1=1444725&r2=1444726&view=diff
==============================================================================
--- felix/site/trunk/content/ipojo/web/style.css (original)
+++ felix/site/trunk/content/ipojo/web/style.css Mon Feb 11 10:29:15 2013
@@ -26,3 +26,12 @@ div.shell {
 	font-family: "Courier New", Courier, mono;
 }
 
+
+.codehilite pre {
+	background-color: inherit;
+	border: none;
+	border: none;
+	-webkit-border-radius: none;
+	-moz-border-radius: none;
+	border-radius: none;
+}

Modified: felix/site/trunk/templates/ipojo.html
URL: http://svn.apache.org/viewvc/felix/site/trunk/templates/ipojo.html?rev=1444726&r1=1444725&r2=1444726&view=diff
==============================================================================
--- felix/site/trunk/templates/ipojo.html (original)
+++ felix/site/trunk/templates/ipojo.html Mon Feb 11 10:29:15 2013
@@ -31,6 +31,8 @@
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
     <link href="/ipojo/web/style.css" rel="stylesheet">
 
+    <link rel="stylesheet" href="/res/codehilite.css" type="text/css" media="all">
+
 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>