aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_static/git-pull.css')
-rw-r--r--_static/git-pull.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/_static/git-pull.css b/_static/git-pull.css
deleted file mode 100644
index d186428..0000000
--- a/_static/git-pull.css
+++ /dev/null
@@ -1,45 +0,0 @@
1div.book-container > p {
2 text-align: center;
3}
4
5div.book-container {
6 background: rgba(250, 251, 252, 0.75);
7 border-left: 5px solid rgba(85, 138, 187, 0.75);
8 margin-top: 10px;
9}
10
11div.book-container:hover {
12 background: rgba(250, 251, 252, 1);
13 border-left: 5px solid rgba(85, 138, 187, 1);
14}
15
16div.book-container .hsk-right p:first-of-type,
17div.book-container .rightside-book p:first-of-type {
18 padding-top: 10px;
19}
20
21/* flexbox.css overrides */
22
23/*@media only screen and (min-width: 75em),*/
24 /*@media only screen and (min-width: 64em),*/
25 /*@media only screen and (min-width: 48em) {*/
26 /*.container {*/
27 /*width: auto !important*/
28 /*}*/
29 /*}*/
30
31 /*.project div.figure p.caption {*/
32 /*margin-bottom: 0;*/
33 /*}*/
34
35 /*.book-container a.reference:hover,*/
36 /*.project a.reference:hover {*/
37 /*border-bottom: 0;*/
38 /*}*/
39
40 /*!* attempt to fix flexbox in screen responsiveness at mid-width *!*/
41 /*@media only screen and (min-width: 64em) {*/
42 /*.container {*/
43 /*width: auto !important;*/
44 /*}*/
45 /*}*/
Powered by cgit v1.2.3 (git 2.41.0)