From b2e8640cc05a179048eaaa39205bd4fc43146745 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 9 Jan 2018 22:24:19 +0800 Subject: + fix --- _static/git-pull.css | 70 +++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 33 deletions(-) (limited to '_static/git-pull.css') diff --git a/_static/git-pull.css b/_static/git-pull.css index 81e3aa2..a17dd6e 100644 --- a/_static/git-pull.css +++ b/_static/git-pull.css @@ -1,49 +1,53 @@ -h1.logo { font-size: 13px; } -img.logo { margin: 0 0 20px 0; } +h1.logo { + font-size: 13px; +} + +img.logo { + margin: 0 0 20px 0; +} div.book-container > p { text-align: center; } div.book-container { - background: rgba(250, 251, 252, 0.75); - border-left: 5px solid rgba(85, 138, 187, 0.75); - margin-top: 10px; + background: rgba(250, 251, 252, 0.75); + border-left: 5px solid rgba(85, 138, 187, 0.75); + margin-top: 10px; } div.book-container:hover { - background: rgba(250, 251, 252, 1); - border-left: 5px solid rgba(85, 138, 187, 1); + background: rgba(250, 251, 252, 1); + border-left: 5px solid rgba(85, 138, 187, 1); } div.book-container .hsk-right p:first-of-type, -div.book-container .rightside-book p:first-of-type -{ - padding-top: 10px; +div.book-container .rightside-book p:first-of-type { + padding-top: 10px; } /* flexbox.css overrides */ -@media only screen and (min-width: 75em), -@media only screen and (min-width: 64em), -@media only screen and (min-width: 48em) { - .container { - width: auto !important - } -} - -.project div.figure p.caption { - margin-bottom: 0px; -} - -.book-container a.reference:hover, -.project a.reference:hover { - border-bottom: 0px; -} - -/* attempt to fix flexbox in screen responsiveness at mid-width */ -@media only screen and (min-width: 64em) { - .container { - width: auto !important; - } -} +/*@media only screen and (min-width: 75em),*/ + /*@media only screen and (min-width: 64em),*/ + /*@media only screen and (min-width: 48em) {*/ + /*.container {*/ + /*width: auto !important*/ + /*}*/ + /*}*/ + + /*.project div.figure p.caption {*/ + /*margin-bottom: 0;*/ + /*}*/ + + /*.book-container a.reference:hover,*/ + /*.project a.reference:hover {*/ + /*border-bottom: 0;*/ + /*}*/ + + /*!* attempt to fix flexbox in screen responsiveness at mid-width *!*/ + /*@media only screen and (min-width: 64em) {*/ + /*.container {*/ + /*width: auto !important;*/ + /*}*/ + /*}*/ -- cgit v1.2.3