修复报错
This commit is contained in:
Vendored
-4
File diff suppressed because one or more lines are too long
@@ -1,47 +0,0 @@
|
||||
/*
|
||||
Multiverse by HTML5 UP
|
||||
html5up.net | @n33co
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* Button */
|
||||
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"],
|
||||
button,
|
||||
.button {
|
||||
border: solid 2px #36383c;
|
||||
}
|
||||
|
||||
input[type="submit"].special,
|
||||
input[type="reset"].special,
|
||||
input[type="button"].special,
|
||||
button.special,
|
||||
.button.special {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Panel */
|
||||
|
||||
.panel {
|
||||
background: #242629;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.panel > .closer:before {
|
||||
content: '\00d7';
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
#main .thumb > h2 {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
/*
|
||||
Multiverse by HTML5 UP
|
||||
html5up.net | @n33co
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* Panel */
|
||||
|
||||
.panel > .inner.split:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
.panel > .inner.split > div {
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.panel > .inner.split > :first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Wrapper */
|
||||
|
||||
#wrapper:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
#main:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
#main .thumb {
|
||||
float: left;
|
||||
}
|
||||
@@ -1,8 +1,3 @@
|
||||
@import url(font-awesome.min.css);
|
||||
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
|
||||
|
||||
|
||||
/* Reset */
|
||||
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user