Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Hide the "Fork me on Salsa" ribbon when viewing on a mobile device.
· b8d16b63
Chris Lamb
authored
Dec 18, 2018
b8d16b63
Tidy the spacing of the logo when viewing on a mobile device.
· 3e4b5499
Chris Lamb
authored
Dec 18, 2018
3e4b5499
Show whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
3e4b5499
...
...
@@ -12,7 +12,7 @@
</head>
<body>
<a
class=
"
hidden-xs
"
href=
"https://salsa.debian.org/reproducible-builds/diffoscope"
><img
style=
"position: absolute; top: 0; left: 0; border: 0;"
src=
"https://lamby.pages.debian.net/salsa-ribbons/img/black_left.png"
alt=
"Fork me on Salsa"
></a>
<a
class=
"
d-none d-md-block
"
href=
"https://salsa.debian.org/reproducible-builds/diffoscope"
><img
style=
"position: absolute; top: 0; left: 0; border: 0;"
src=
"https://lamby.pages.debian.net/salsa-ribbons/img/black_left.png"
alt=
"Fork me on Salsa"
></a>
<div
class=
"wrapper"
>
<div
class=
"container"
>
...
...
static/css/diffoscope.css
View file @
3e4b5499
...
...
@@ -27,6 +27,7 @@ footer img {
.wrapper
.logo
img
{
max-height
:
130px
;
margin-bottom
:
20px
;
}
@media
(
min-width
:
768px
)
{
...
...