[Git][reproducible-builds/diffoscope-website][master] 2 commits: Hide the "Fork me on Salsa" ribbon when viewing on a mobile device.
Chris Lamb
gitlab at salsa.debian.org
Tue Dec 18 15:31:06 CET 2018
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
b8d16b63 by Chris Lamb at 2018-12-18T14:30:39Z
Hide the "Fork me on Salsa" ribbon when viewing on a mobile device.
- - - - -
3e4b5499 by Chris Lamb at 2018-12-18T14:30:56Z
Tidy the spacing of the logo when viewing on a mobile device.
- - - - -
2 changed files:
- _layouts/default.html
- static/css/diffoscope.css
Changes:
=====================================
_layouts/default.html
=====================================
@@ -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
=====================================
@@ -27,6 +27,7 @@ footer img {
.wrapper .logo img {
max-height: 130px;
+ margin-bottom: 20px;
}
@media (min-width: 768px) {
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/compare/256ce81567e4253b0679c61dfba5c920de3828f5...3e4b54993556bc0a1b69744ce6a24e92f5e99440
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/compare/256ce81567e4253b0679c61dfba5c920de3828f5...3e4b54993556bc0a1b69744ce6a24e92f5e99440
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181218/e51a072d/attachment.html>
More information about the rb-commits
mailing list