Skip to content

Commit

Permalink
update css style
Browse files Browse the repository at this point in the history
  • Loading branch information
vita-dounai committed Sep 14, 2020
1 parent 643bbed commit 4365937
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ input {
}

p {
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
font-size: 100%;
/* Get rid of RTD rule that assumes nobody changes their browser font size */
}


Expand Down Expand Up @@ -65,7 +66,8 @@ p {
}

.wy-nav-content {
background-color: #fff max-width: 1000px;
background-color: #fff max-width: 1200px;
max-width: 1200px !important;
}

.wy-nav-side {
Expand Down Expand Up @@ -98,16 +100,16 @@ p {
margin: 0 0 -1px 0;
}

.codesnippet-widgets > span {
.codesnippet-widgets>span {
padding: 10px;
cursor: pointer;
}

.codesnippet-widgets > .current {
.codesnippet-widgets>.current {
background: #263673;
}

.codeset > .highlight-java {
.codeset>.highlight-java {
display: none;
}

Expand Down Expand Up @@ -166,9 +168,9 @@ p {

.wy-nav-top a {
color: transparent;
/* background-image: url('../images/fabric1.png'); */
/* background-image: url('../images/fabric1.png'); */
background-repeat: no-repeat;
background-size: Auto 19px;
background-position: center top;
background-origin: content box;
}
}

0 comments on commit 4365937

Please sign in to comment.