You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2012/09/14 09:12:12 UTC

svn commit: r831980 [2/2] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/resources/css/ deltaspike/resources/js/

Modified: websites/staging/deltaspike/trunk/content/deltaspike/tools.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/tools.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/tools.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -76,6 +78,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>