Skip to content

Commit

Permalink
Remove a 404 link.. seems to work without those png files anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jan 8, 2018
1 parent 9d3da7e commit 6b5383c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions test/site/content-org/all-posts.org
Expand Up @@ -785,7 +785,7 @@ block.
#+BEGIN_EXPORT html
<style>
.blur-non-hovered body {
background: #fafafa url(https://jackrugile.com/images/misc/noise-diagonal.png);
background: #fafafa;
color: #444;
font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;
text-shadow: 0 1px 0 #fff;
Expand All @@ -811,7 +811,7 @@ block.
}

.blur-non-hovered th {
background: url(https://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
background: linear-gradient(#777, #444);
border-left: 1px solid #555;
border-right: 1px solid #777;
border-top: 1px solid #555;
Expand Down Expand Up @@ -864,12 +864,8 @@ block.
box-shadow: inset -1px 0 0 #fff;
}

.blur-non-hovered tr {
background: url(https://jackrugile.com/images/misc/noise-diagonal.png);
}

.blur-non-hovered tr:nth-child(odd) td {
background: #f1f1f1 url(https://jackrugile.com/images/misc/noise-diagonal.png);
background: #f1f1f1;
}

.blur-non-hovered tr:last-of-type td {
Expand Down
10 changes: 3 additions & 7 deletions test/site/content/posts/table-styling.md
Expand Up @@ -404,7 +404,7 @@ _Let's-go-ballistic-with-CSS_ Edition :smile:

<style>
.blur-non-hovered body {
background: #fafafa url(https://jackrugile.com/images/misc/noise-diagonal.png);
background: #fafafa;
color: #444;
font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;
text-shadow: 0 1px 0 #fff;
Expand All @@ -430,7 +430,7 @@ _Let's-go-ballistic-with-CSS_ Edition :smile:
}

.blur-non-hovered th {
background: url(https://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
background: linear-gradient(#777, #444);
border-left: 1px solid #555;
border-right: 1px solid #777;
border-top: 1px solid #555;
Expand Down Expand Up @@ -483,12 +483,8 @@ _Let's-go-ballistic-with-CSS_ Edition :smile:
box-shadow: inset -1px 0 0 #fff;
}

.blur-non-hovered tr {
background: url(https://jackrugile.com/images/misc/noise-diagonal.png);
}

.blur-non-hovered tr:nth-child(odd) td {
background: #f1f1f1 url(https://jackrugile.com/images/misc/noise-diagonal.png);
background: #f1f1f1;
}

.blur-non-hovered tr:last-of-type td {
Expand Down

0 comments on commit 6b5383c

Please sign in to comment.