File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ https://stackoverflow.com/questions/42053775/getting-error-form-submission-cance
200200
201201http://getbootstrap.com/
202202http://getbootstrap.com/components/#dropdowns
203+ https://getbootstrap.com/docs/3.3/examples/navbar-fixed-top/
203204
204205http://bootswatch.com/
205206http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-dropdowns.php
Original file line number Diff line number Diff line change 133133 < link rel ="stylesheet " type ="text/css " href ="bootstrap/css/themes/darkly-theme.css " media ="all ">
134134
135135 < style type ='text/css '>
136+ body {
137+ padding-top : 70px ;
138+ }
139+
136140 pre {
137141 margin : 4px ;
138142 text-align : left;
167171 </ head >
168172
169173 < body >
170- < div class ="navbar navbar-inverse ">
174+ < div class ="navbar navbar-inverse navbar-fixed-top ">
171175 < ul class ="nav navbar-nav ">
172176 < li >
173177 < a id ="local-tests " role ="button " data-toggle ="dropdown " data-target ="# ">
Original file line number Diff line number Diff line change 125125 < link rel ="stylesheet " type ="text/css " href ="bootstrap/css/themes/darkly-theme.css " media ="all ">
126126
127127 < style type ='text/css '>
128+ body {
129+ padding-top : 70px ;
130+ }
131+
128132 pre {
129133 margin : 4px ;
130134 text-align : left;
159163 </ head >
160164
161165 < body >
162- < div class ="navbar navbar-inverse ">
166+ < div class ="navbar navbar-inverse navbar-fixed-top ">
163167 < ul class ="nav navbar-nav ">
164168 < li >
165169 < a id ="local-tests " role ="button " data-toggle ="dropdown " data-target ="# ">
You can’t perform that action at this time.
0 commit comments