diff --git a/index.html b/index.html index f82172c129b..e6b5711aa97 100755 --- a/index.html +++ b/index.html @@ -1,56 +1,81 @@ - - + - - - - Kibana 3 - - - - - - - - - + + .title2 { + font-weight: 800; + line-height: .9; + font-size: 60px + } + .title3 { + font-weight: 800; + font-size: 25px; + line-height: 1.1; + } + + .lowercase { + text-transform: lowercase; + } + + .uppercase { + text-transform: uppercase; + } + + .light { + font-weight: 200; + } + + .big { text-transform: uppercase; margin: 0; padding: 0; } + .bold { font-weight: 800; } + + .orange { + color: #FF9640; + } + + .yellow { + color: #FFDD68; + } + + .teal { + color: #63ABB5; + } + + .green { + color: #629153; + } + + .purple { + color: #645068; + } + + .white { + color: #fff; + } + - - - - - -
- - {{alert.title}}
{{$index + 1}} alert(s)
-
- -
-
-
-
+

+

+ Oops. Looks like you've upgraded from an old version
+
No worries. Kibana has a new build system. Now its faster and lighter than ever before.
+

+

To fix this
+
Instead of copying the entire kibana repository, you need only copy the contents of the dist/ folder. After upgrading you may need to clear your browsers cache to see all of the new features.