You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2012/12/31 11:16:21 UTC

svn commit: r1427068 - in /ode/site/trunk: content/css/application.min.css content/extensions/xpath-extensions.mdtext less/application.less templates/skeleton.html

Author: vanto
Date: Mon Dec 31 10:16:21 2012
New Revision: 1427068

URL: http://svn.apache.org/viewvc?rev=1427068&view=rev
Log:
fix formatting.

Modified:
    ode/site/trunk/content/css/application.min.css
    ode/site/trunk/content/extensions/xpath-extensions.mdtext
    ode/site/trunk/less/application.less
    ode/site/trunk/templates/skeleton.html

Modified: ode/site/trunk/content/css/application.min.css
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/css/application.min.css?rev=1427068&r1=1427067&r2=1427068&view=diff
==============================================================================
--- ode/site/trunk/content/css/application.min.css (original)
+++ ode/site/trunk/content/css/application.min.css Mon Dec 31 10:16:21 2012
@@ -1077,3 +1077,4 @@ body{position:relative;padding-top:40px;
 .jumbotron:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAGovxNEIAAAAoSURBVDhPYxBEAgIMSkhAgcEFCTgwdCCBBoZRfaP6RvWN6hvVR5Y+APADQlQnmrINAAAAAElFTkSuQmCC) repeat center center;opacity:.4;}
 .jumbotron sup{font-size:12px;line-height:20px;vertical-align:top;}
 .footer{clear:both;margin-top:45px;padding:35px 0 36px;border-top:1px solid #E5E5E5;color:#777777;font-size:14px;}.footer p{font-size:14px;}
+.caption{margin:0px;font-weight:bold;border-top:1px solid silver;border-right:1px solid silver;border-left:1px solid silver;padding:3px;}

Modified: ode/site/trunk/content/extensions/xpath-extensions.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/extensions/xpath-extensions.mdtext?rev=1427068&r1=1427067&r2=1427068&view=diff
==============================================================================
--- ode/site/trunk/content/extensions/xpath-extensions.mdtext (original)
+++ ode/site/trunk/content/extensions/xpath-extensions.mdtext Mon Dec 31 10:16:21 2012
@@ -26,8 +26,9 @@ All extension functions are defined in t
 
 This is a function that allows you to insert one or more siblings (specified by the $siblings argument in the signature below) before the first node of children (specified by the $children argument), all of whose nodes must have the same parent (specified by the $context argument).
 
-<span class="caption">Insert Before</span>
+<div class="caption">Insert Before</div>
 
+    :::text
     ode:insert-before($context as node(), $children as node()*, $siblings as node()*) as node() 
 
 

Modified: ode/site/trunk/less/application.less
URL: http://svn.apache.org/viewvc/ode/site/trunk/less/application.less?rev=1427068&r1=1427067&r2=1427068&view=diff
==============================================================================
--- ode/site/trunk/less/application.less (original)
+++ ode/site/trunk/less/application.less Mon Dec 31 10:16:21 2012
@@ -88,4 +88,11 @@ body {
   p { font-size : 14px; }
 }
 
-
+.caption {
+  margin: 0px;
+  font-weight: bold;
+  border-top: 1px solid silver;
+  border-right: 1px solid silver;
+  border-left: 1px solid silver;
+  padding: 3px;
+}

Modified: ode/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/ode/site/trunk/templates/skeleton.html?rev=1427068&r1=1427067&r2=1427068&view=diff
==============================================================================
--- ode/site/trunk/templates/skeleton.html (original)
+++ ode/site/trunk/templates/skeleton.html Mon Dec 31 10:16:21 2012
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>{% block title %}{{ headers.title|removetags:"sup"|safe }}{% endblock %}</title>
+    <title>{% block title %}Apache ODE &ndash; {{ headers.title|removetags:"sup"|safe }}{% endblock %}</title>
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta property="og:image" content="http://ode.apache.org/img/ode-logo.png" />