You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2015/10/21 19:00:40 UTC

svn commit: r1709884 [8/8] - in /incubator/datafu/site: ./ blog/ blog/2012/01/10/ blog/2013/01/24/ blog/2013/09/04/ blog/2013/10/03/ blog/2014/04/27/ community/ docs/ docs/datafu/ docs/datafu/guide/ docs/hourglass/ javascripts/ stylesheets/

Modified: incubator/datafu/site/stylesheets/all.css
URL: http://svn.apache.org/viewvc/incubator/datafu/site/stylesheets/all.css?rev=1709884&r1=1709883&r2=1709884&view=diff
==============================================================================
--- incubator/datafu/site/stylesheets/all.css (original)
+++ incubator/datafu/site/stylesheets/all.css Wed Oct 21 17:00:40 2015
@@ -1,4 +1,22 @@
 @charset "utf-8";@import 'bootstrap.min.css';
+/*
+ * 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
+ * "License"); 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
+ * "AS IS" 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.
+ */
 
 body {
   padding-top: 20px;

Modified: incubator/datafu/site/stylesheets/highlight.css
URL: http://svn.apache.org/viewvc/incubator/datafu/site/stylesheets/highlight.css?rev=1709884&r1=1709883&r2=1709884&view=diff
==============================================================================
--- incubator/datafu/site/stylesheets/highlight.css (original)
+++ incubator/datafu/site/stylesheets/highlight.css Wed Oct 21 17:00:40 2015
@@ -1,6 +1,7 @@
-.highlight table { border-spacing: 0; }
+
+
 .highlight table td { padding: 5px; }
-.highlight table .gutter { text-align: right; }
+.highlight table pre { margin: 0; }
 .highlight .cm {
   color: #999988;
   font-style: italic;
@@ -18,7 +19,7 @@
   font-weight: bold;
   font-style: italic;
 }
-.highlight .c {
+.highlight .c, .highlight .cd {
   color: #999988;
   font-style: italic;
 }
@@ -83,7 +84,7 @@
   color: #445588;
   font-weight: bold;
 }
-.highlight .k {
+.highlight .k, .highlight .kv {
   color: #000000;
   font-weight: bold;
 }
@@ -102,7 +103,7 @@
 .highlight .mo {
   color: #009999;
 }
-.highlight .m {
+.highlight .m, .highlight .mb, .highlight .mx {
   color: #009999;
 }
 .highlight .sb {