Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
website
Commits
19eaebc1
Commit
19eaebc1
authored
Oct 16, 2018
by
Houtan Bastani
Browse files
fix headers such that dynare img takes less space and hence we do not see the menu box on a browser
parent
7cddc6ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/masthead.html
View file @
19eaebc1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"masthead__inner-wrap"
>
<div
class=
"masthead__inner-wrap"
>
<div
class=
"masthead__menu"
>
<div
class=
"masthead__menu"
>
<nav
id=
"site-nav"
class=
"greedy-nav"
>
<nav
id=
"site-nav"
class=
"greedy-nav"
>
<a
class=
"
site-title
"
href=
"{{ '/' | relative_url }}"
><img
src=
"{{ site.logo }}"
alt=
"Dynare"
width=
"
33%
"
onmouseover=
"this.src='{{ site.favicon }}';"
onmouseout=
"this.src='{{ site.logo }}';"
/></a>
<a
class=
"
dynare_masthead_home_img
"
href=
"{{ '/' | relative_url }}"
><img
src=
"{{ site.logo }}"
alt=
"Dynare"
width=
"
100px
"
onmouseover=
"this.src='{{ site.favicon }}';"
onmouseout=
"this.src='{{ site.logo }}';"
/></a>
<ul
class=
"visible-links"
id=
"dynare_masthead_ul"
>
<ul
class=
"visible-links"
id=
"dynare_masthead_ul"
>
{%- for link in site.data.navigation.main -%}
{%- for link in site.data.navigation.main -%}
{%- if link.url contains '://' -%}
{%- if link.url contains '://' -%}
...
...
_sass/dynare.scss
View file @
19eaebc1
...
@@ -410,3 +410,8 @@ p.indent {
...
@@ -410,3 +410,8 @@ p.indent {
max-width
:
100%
;
max-width
:
100%
;
}
}
}
}
.dynare_masthead_home_img
a
{
margin
:
0px
0px
0px
0px
!
important
;
padding
:
0px
0px
0px
0px
!
important
;
}
Write
Preview
Supports
Markdown
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