Skip to content

Commit

Permalink
Merge pull request #18 from Ryuno-Ki/49-link-download-icons
Browse files Browse the repository at this point in the history
Don't show download icon on linked icons. relates to Sabayon/sabayon-website-next#49
  • Loading branch information
Ryuno-Ki authored Jan 5, 2017
2 parents bb1c658 + 63c15cb commit fbdcd92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/custom/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="well well-sm content">
<div class="well well-sm content desktop">
<h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
<hr>
{{ .Content }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/custom/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="well well-sm content">
<div class="well well-sm content server">
<h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
<hr>
{{ .Content }}
Expand Down
7 changes: 7 additions & 0 deletions static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,13 @@ li a[href$='.img.xz']::before {
content: "\f019";
}

.desktop li a[href$='.iso']::before,
.desktop li a[href$='.img.xz']::before,
.server li a[href$='.iso']::before,
.server li a[href$='.img.xz']::before {
content: "";
}

li a[href='https://hub.docker.com/r/sabayon']::before,
li a[href='https://atlas.hashicorp.com/Sabayon/boxes/spinbase-amd64']::before {
content: "\f0c2";
Expand Down

0 comments on commit fbdcd92

Please sign in to comment.