Prepare deployment
This commit is contained in:
parent
069801077b
commit
fc12ad8865
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# Sun Jun 16 19:34:01 GMT 2013
|
||||
# Wed Jun 19 21:40:15 GMT 2013
|
||||
|
||||
CACHE:
|
||||
index.html
|
||||
|
78
css/main-min.css
vendored
78
css/main-min.css
vendored
@ -5436,11 +5436,17 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
||||
rgba(255, 134, 97, 0.6) !important;
|
||||
}
|
||||
.navbar-inner .btn {
|
||||
.navbar-inner .btn,
|
||||
#extension-preview-buttons .btn {
|
||||
background-color: #ddd;
|
||||
}
|
||||
.navbar-inner .btn:hover,.navbar-inner .btn:focus,.navbar-inner .btn:active,.navbar-inner .btn.active,.btn-group.open .btn.dropdown-toggle
|
||||
{
|
||||
.navbar-inner .btn:hover,
|
||||
.navbar-inner .btn:focus,
|
||||
.navbar-inner .btn:active,
|
||||
.navbar-inner .btn.active,
|
||||
.btn-group.open .btn.dropdown-toggle,
|
||||
#extension-preview-buttons .btn-group:hover .btn,
|
||||
#extension-preview-buttons .btn-group.open .btn {
|
||||
color: #333333;
|
||||
background-color: #eee;
|
||||
}
|
||||
@ -5485,26 +5491,54 @@ input[readonly],select[readonly],textarea[readonly] {
|
||||
.btn-group {
|
||||
margin-right: 10px;
|
||||
}
|
||||
#extension-preview-buttons .btn-group .btn {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity = 30);
|
||||
}
|
||||
#extension-preview-buttons,
|
||||
#extension-preview-buttons .dropdown-menu {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
top: inherit;
|
||||
z-index: 1;
|
||||
}
|
||||
#extension-preview-buttons .btn-group:hover .btn,
|
||||
#extension-preview-buttons .btn-group.open .btn {
|
||||
opacity: 1;
|
||||
filter: none;
|
||||
}
|
||||
#extension-buttons {
|
||||
margin-right: 15px;
|
||||
}
|
||||
#extension-buttons>.btn-group {
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
#extension-buttons>.btn-group>.btn {
|
||||
#extension-preview-buttons>.btn-group {
|
||||
margin: 0;
|
||||
}
|
||||
#extension-buttons>.btn-group>.btn,
|
||||
#extension-preview-buttons>.btn-group>.btn {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
#extension-buttons>.btn-group:first-child>.btn {
|
||||
-webkit-border-radius: 4px 0 0 4px;
|
||||
-moz-border-radius: 4px 0 0 4px;
|
||||
border-radius: 4px 0 0 4px;
|
||||
#extension-buttons>.btn-group:first-child>.btn,
|
||||
#extension-preview-buttons>.btn-group:first-child>.btn {
|
||||
-webkit-top-left-border-radius: 4px;
|
||||
-webkit-bottom-left-border-radius: 4px;
|
||||
-moz-top-left-border-radius: 4px;
|
||||
-moz-bottom-left-border-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
#extension-buttons>.btn-group:last-child>.btn {
|
||||
-webkit-border-radius: 0 4px 4px 0;
|
||||
-moz-border-radius: 0 4px 4px 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
#extension-buttons>.btn-group:last-child>.btn,
|
||||
#extension-preview-buttons>.btn-group:last-child>.btn {
|
||||
-webkit-top-right-border-radius: 4px;
|
||||
-webkit-bottom-right-border-radius: 4px;
|
||||
-moz-top-right-border-radius: 4px;
|
||||
-moz-bottom-right-border-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.btn-group>.btn+.dropdown-toggle {
|
||||
padding-right: 12px;
|
||||
@ -5618,6 +5652,11 @@ div.dropdown-menu .stat {
|
||||
div.dropdown-menu i {
|
||||
margin-right: 0;
|
||||
}
|
||||
div.dropdown-menu textarea {
|
||||
width: 250px;
|
||||
max-width: 250px;
|
||||
height: 150px;
|
||||
}
|
||||
#link-container {
|
||||
min-width: 210px;
|
||||
white-space: normal;
|
||||
@ -5837,20 +5876,19 @@ table caption+thead tr:first-child th,table caption+thead tr:first-child td,tabl
|
||||
table tbody+tbody {
|
||||
border-top: 2px solid #dddddd;
|
||||
}
|
||||
#wmd-preview blockquote {
|
||||
border-color: #ddd;
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 0;
|
||||
font-size: 17.5px;
|
||||
margin-bottom: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
line-height: 1.25;
|
||||
line-height: 20px;
|
||||
}
|
||||
ul,ol {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 20px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
input[type="file"] {
|
||||
line-height: inherit;
|
||||
height: inherit;
|
||||
|
404
js/main-min.js
vendored
404
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user