*/
+.content code {
+ padding: 2px 4px;
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ font-size: 90%;
+ color: #567482;
+ background-color: #f3f6fa;
+ border-radius: 0.3rem;
+}
-
-
-
-
-
-/* Custom container */
-.container-narrow {
- margin: 0 auto;
-/* max-width: 960px; */
+/* */
+.content pre {
+ padding: 0.8rem;
+ margin-top: 0;
+ margin-bottom: 1rem;
+ font: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ font-size: 90%;
+ color: #567482;
+ word-wrap: normal;
+ background-color: #f3f6fa;
+ border: solid 1px #dce6f0;
+ border-radius: 0.3rem;
+}
+.content pre > code {
+ padding: 0;
+ margin: 0;
+ font-size: 95%;
+ color: #567482;
+ word-break: normal;
+ white-space: pre;
+ background: transparent;
+ border: 0;
+}
+.content .highlight {
+ margin-bottom: 1rem;
+}
+.content .highlight pre {
+ margin-bottom: 0;
+ word-break: normal;
+}
+.content .highlight pre,
+.content pre {
+ padding: 0.8rem;
+ overflow: auto;
+ font-size: 90%;
+ line-height: 1.45;
+ border-radius: 0.3rem;
+ -webkit-overflow-scrolling: touch;
+}
+.content pre code,
+.content pre tt {
+ display: inline;
+ max-width: initial;
+ padding: 0;
+ margin: 0;
+ overflow: initial;
+ line-height: inherit;
+ word-wrap: normal;
+ background-color: transparent;
+ border: 0;
+}
+.content pre code:before, .main-content pre code:after,
+.content pre tt:before,
+.content pre tt:after {
+ content: normal;
+}
+
+/* */
+.content blockquote {
+ padding: 0 1rem;
+ margin-left: 0;
+ color: #819198;
+ border-left: 0.3rem solid #dce6f0;
+}
+.content blockquote > :first-child {
+ margin-top: 0;
+}
+.content blockquote > :last-child {
+ margin-bottom: 0;
+}
+.content blockquote p {
+ font-size: 14px;
}
-.container-narrow > hr {
- margin: 30px 0; }
+/* */
+.content table {
+ display: block;
+ width: 100%;
+ overflow: auto;
+ word-break: normal;
+ word-break: keep-all;
+ -webkit-overflow-scrolling: touch;
+ font-size: 90%;
+}
+.content table th {
+ font-weight: bold;
+ text-align: center;
+ background-color: rgba(91, 138, 179, 0.10);
+}
+.content table th,
+.content table td {
+ padding: 0.5rem 1rem;
+ border: 1px solid #e9ebec;
+}
/* posts index */
.post > h3.title {
position: relative;
- padding-top: 10px; }
+ padding-top: 10px;
+}
.post > h3.title span.date {
position: absolute;
right: 0;
- font-size: 0.9em; }
+ font-size: 0.9em;
+}
.post > .more {
margin: 10px 0;
- text-align: left; }
+ text-align: left;
+}
/* post-full*/
.post-full .date {
margin-bottom: 20px;
- font-weight: bold; }
+ font-weight: bold;
+}
/* tag_box */
.tag_box {
list-style: none;
margin: 0;
- overflow: hidden; }
+ overflow: hidden;
+}
.tag_box li {
- line-height: 28px; }
+ line-height: 28px;
+}
.tag_box li i {
- opacity: 0.9; }
+ opacity: 0.9;
+}
.tag_box.inline li {
- float: left; }
+ float: left;
+}
.tag_box a {
padding: 3px 6px;
@@ -278,96 +477,108 @@ body {
color: #555;
border-radius: 3px;
text-decoration: none;
- border: 1px dashed #cccccc; }
+ border: 1px dashed #cccccc;
+}
.tag_box a span {
vertical-align: super;
- font-size: 0.8em; }
+ font-size: 0.8em;
+}
.tag_box a:hover {
- background-color: #e5e5e5; }
+ background: #e5e5e5;
+}
.tag_box a.active {
background: #57A957;
border: 1px solid #4c964d;
- color: #FFF; }
-
-
-.jumbotron h1 {
- font-family: 'Patua One', cursive; }
-
-.jumbotron small {
- font-size: 60%;
- color: #FFF;}
+ color: white;
+}
.navbar-brand {
- font-family: 'Patua One', cursive;
+ font-family: 'Patua One', cursive;
}
.navbar-brand small {
- font-size: 60%;
- color: #FFF; }
+ font-size: 14px;
+ font-family: 'Helvetica Neue', Helvetica;
+ color: white;
+}
.navbar-collapse.collapse {
- max-height: 50px;}
+ max-height: 50px;
+}
.navbar-inverse .navbar-nav a .caret,
.navbar-inverse .navbar-nav a:hover .caret {
- margin-left: 4px;
- border-top-color: #FFF;
- border-bottom-color: #FFF;
+ margin-left: 4px;
+ border-top-color: white;
+ border-bottom-color: white;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
- color: #ffffff;
- background-color: #286090;
+ color: white;
+ background: #286090;
}
/* Custom, iPhone Retina */
-@media only screen and (max-width : 480px) {
+@media only screen and (max-width: 480px) {
.jumbotron h1 {
display: none;
}
.navbar-brand small {
- display: none;
- color: #FFF;
+ display: none;
+ color: white;
}
}
-@media only screen and (max-width : 768px) {
+@media only screen and (max-width: 768px) {
.navbar .navbar-brand {
- padding-bottom: 0;
+ padding-bottom: 0;
}
}
@media only screen
-and (min-width : 768px)
-and (max-width : 1024px) {
+and (min-width: 768px)
+and (max-width: 1024px) {
.navbar-brand small {
- display: none;
+ display: none;
}
+
.navbar-collapse.collapse {
- padding-right: 0;
+ padding-right: 0;
}
}
+/* master branch docs dropdown menu */
+#menu .dropdown-menu li span {
+ padding: 3px 10px 10px 10px;
+ font-size: 13px;
+}
+#menu .caret {
+ border-top-color: white;
+ border-bottom-color: white;
+}
+#menu .open .caret {
+ border-top-color: #428bca;
+ border-bottom-color: #428bca;
+}
-/* docs dropdown menu */
-#docs {
-
+#menu .navbar-brand {
+ margin-right: 50px;
}
+/* gh-pages branch docs dropdown menu */
#docs .dropdown-menu {
left: 0;
right: auto;
}
#docs .dropdown-menu li span {
- padding : 3px 10px 10px 10px;
+ padding: 3px 10px 10px 10px;
font-size: 13px;
-
}
diff --git a/community.md b/community.md
index 5d92369a912..0d30a082cda 100644
--- a/community.md
+++ b/community.md
@@ -24,9 +24,9 @@ limitations under the License.
Get help using Apache Zeppelin or contribute to the project on our mailing lists:
-* [users@zeppelin.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/) is for usage questions, help, and announcements. [subscribe](mailto:users-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:users-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-users/)
+* [users@zeppelin.apache.org](http://mail-archives.apache.org/mod_mbox/zeppelin-users/) is for usage questions, help, and announcements. [subscribe](mailto:users-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:users-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-users/)
* [dev@zeppelin.apache.org](http://mail-archives.apache.org/mod_mbox/zeppelin-dev/) is for people who want to contribute code to Zeppelin. [subscribe](mailto:dev-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:dev-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-dev/)
-* [commits@zeppelin.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-commits/) is for commit messages and patches to Zeppelin. [subscribe](mailto:commits-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:commits-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-commits/)
+* [commits@zeppelin.apache.org](http://mail-archives.apache.org/mod_mbox/zeppelin-commits/) is for commit messages and patches to Zeppelin. [subscribe](mailto:commits-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:commits-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-commits/)
### Issue tracker
diff --git a/download.md b/download.md
index f50b8170407..863a7603460 100644
--- a/download.md
+++ b/download.md
@@ -67,10 +67,10 @@ For developers, to get latest *0.6.0-incubating-SNAPSHOT* check [README](https:/
[md5](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz.md5),
[sha](http://archive.apache.org/dist/incubator/zeppelin/0.5.5-incubating/zeppelin-0.5.5-incubating-bin-all.tgz.sha512))
+
- 0.5.0-incubating released on July 23, 2015 ([release notes](./releases/zeppelin-release-0.5.0-incubating.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=incubator-zeppelin.git;a=tag;h=refs/tags/v0.5.0))
-
* Source:
zeppelin-0.5.0-incubating.tgz
([pgp](http://archive.apache.org/dist/incubator/zeppelin/0.5.0-incubating/zeppelin-0.5.0-incubating.tgz.asc),
diff --git a/index.md b/index.md
index 8439ed96a79..cad4079f1e4 100644
--- a/index.md
+++ b/index.md
@@ -19,7 +19,7 @@ limitations under the License.
{% include JB/setup %}
-
+
Multi-purpose Notebook
@@ -33,7 +33,7 @@ limitations under the License.
-
+