Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
c13c31ea
Commit
c13c31ea
authored
Sep 18, 2013
by
Renfred Harper
Browse files
Make reponsive nav fixed
parent
b1c5b5af
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
c13c31ea
...
...
@@ -31,6 +31,7 @@ a:visited{
body
{
background
:
url(/static/img/southside.jpg)
center
top
no-repeat
;
background-size
:
cover
;
padding-top
:
70px
;
}
.title
{
...
...
@@ -98,6 +99,7 @@ ul.ui-autocomplete {
background-color
:
rgba
(
252
,
252
,
255
,
0.78
);
bottom
:
0
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
165px
;
...
...
@@ -139,6 +141,12 @@ ul.ui-autocomplete {
}
#footer
{
height
:
100px
;
.navbar
{
position
:
relative
;
}
body
{
padding-top
:
0px
;
}
}
}
/* lg */
...
...
whats_open/templates/base.html
View file @
c13c31ea
...
...
@@ -23,7 +23,7 @@
{% endblock %}
<body>
<div
class=
"holder"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<nav
class=
"navbar navbar-default
navbar-fixed-top
"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-ex1-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment