Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
5c75969c
Commit
5c75969c
authored
Oct 28, 2020
by
Bryan BRANCOTTE
Browse files
using logo 2020 from pasteur.fr, tuning theme for this new icon
parent
b0f4f616
Pipeline
#40492
passed with stage
in 1 minute and 30 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
5c75969c
...
...
@@ -374,7 +374,7 @@ header.scrolled .header__logo-wrapper {
}
header
.scrolled
.header__logo-wrapper
img
{
height
:
39px
;
margin-top
:
5
px
;
margin-top
:
-1
px
;
margin-left
:
95px
;
}
header
.scrolled
.header__middle
{
...
...
@@ -385,8 +385,8 @@ header .header__logo-wrapper{
overflow
:
hidden
;
/**/
}
header
.header__logo-wrapper
img
{
height
:
5
3px
;
margin-top
:
1
3
px
;
height
:
6
3px
;
margin-top
:
1
0
px
;
margin-left
:
0px
;
/*overflow: hidden;*/
}
...
...
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
5c75969c
...
...
@@ -58,7 +58,7 @@
</nav>
<nav
class=
"header__middle navbar navbar-expand-md navbar-light"
>
<div
class=
"header__logo-wrapper"
>
<img
src=
"https://w
ebcampus
.pasteur.fr/
upload/docs/image/png/2020-02
/institut
_
pasteur
_
logo
_
2020.png"
alt=
"Accueil"
>
<img
src=
"https://w
ww
.pasteur.fr/
sites/default/files
/institut
-
pasteur
-
logo
-
2020.png"
alt=
"Accueil"
>
</div>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbar__middle__collapse"
aria-controls=
"navbarCollapse"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
...
...
setup.py
View file @
5c75969c
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.4
4
'
,
version
=
'0.2.4
5
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
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