Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 41d4430

Browse files
authored
Merge pull request #1249 from bjones1/css_fix
Fix: Old CSS overrode the width of a sidebar's float from 40% to auto
2 parents 98b271f + 672d7ce commit 41d4430

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ a {
208208
margin: 0 3px;
209209
border-left: 1px solid #f2f2f2;
210210
}
211-
211+
212212
.navbar-fixed-top .container {
213213
padding: 0;
214214
}
@@ -766,11 +766,11 @@ div.flash {
766766

767767
.navLink a {
768768
display: inline-block;
769-
background-color: white;
770-
border-style:solid;
771-
border-color:lightgrey;
772-
border-width:2px;
773-
width:100px;
769+
background-color: white;
770+
border-style:solid;
771+
border-color:lightgrey;
772+
border-width:2px;
773+
width:100px;
774774
height:50px
775775
}
776776

@@ -789,7 +789,7 @@ div.flash {
789789
}
790790

791791
@media (max-width: 600px) {
792-
792+
793793
.navLink {
794794
display: inline-block;
795795
bottom: auto;
@@ -871,7 +871,6 @@ div.flash {
871871

872872
.container .section>div.sidebar {
873873
margin: 0 0 0.5em 1em;
874-
width: auto;
875874
}
876875

877876
a.disqus_thread_link {

0 commit comments

Comments
 (0)