Skip to content

Commit 3561791

Browse files
committed
fixed top navbar
1 parent 8464059 commit 3561791

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CREDITS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ https://stackoverflow.com/questions/42053775/getting-error-form-submission-cance
200200

201201
http://getbootstrap.com/
202202
http://getbootstrap.com/components/#dropdowns
203+
https://getbootstrap.com/docs/3.3/examples/navbar-fixed-top/
203204

204205
http://bootswatch.com/
205206
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-dropdowns.php

resources/app/index-windows.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
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;
@@ -167,7 +171,7 @@
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="#">

resources/app/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
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;
@@ -159,7 +163,7 @@
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="#">

0 commit comments

Comments
 (0)