Prepare release

This commit is contained in:
benweet 2013-12-27 23:29:42 +01:00
parent e45e4254cc
commit c923377740
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
#Date Fri Dec 27 2013 22:17:35 #Date Fri Dec 27 2013 23:03:41
CACHE: CACHE:
res/worker.js res/worker.js

View File

@ -94,7 +94,7 @@ blockquote.pull-right small:after{content:'\00A0 \2014'}
q:before,q:after,blockquote:before,blockquote:after{content:""} q:before,q:after,blockquote:before,blockquote:after{content:""}
address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429} address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}
code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace} code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#000;background-color:#f7f7f7;white-space:nowrap;border-radius:4px} code{padding:2px 4px;font-size:90%;color:#000;background-color:rgba(0,0,0,0.04);white-space:nowrap;border-radius:4px}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px} pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0} pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}
.pre-scrollable{max-height:340px;overflow-y:scroll} .pre-scrollable{max-height:340px;overflow-y:scroll}

View File

@ -33,7 +33,7 @@ define([
}); });
setTimeout(function() { setTimeout(function() {
tooltip.tooltip('hide').removeClass('info-tooltip'); tooltip.tooltip('hide').removeClass('info-tooltip');
}, 10000); }, 30000);
}, },
template: [ template: [
'<div class="popover tour">', '<div class="popover tour">',

View File

@ -11,7 +11,7 @@
@blockquote-bg: #f8f8f8; @blockquote-bg: #f8f8f8;
@title-base-size: 14px; @title-base-size: 14px;
@code-color: @text-color; @code-color: @text-color;
@code-bg: darken(@body-bg, 3%); @code-bg: fade(@text-color, 4%);
@font-face { @font-face {