Avoid CSS declarations in HTML

This commit is contained in:
Saivann 2015-07-05 21:47:42 -04:00
parent 603007f549
commit 4e9697bf0d
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0
5 changed files with 19 additions and 2 deletions

View file

@ -14,7 +14,7 @@ lang: en
<div class="subhead-links"> <div class="subhead-links">
<a href="/en/alerts">Network alerts history</a> <a href="/en/alerts">Network alerts history</a>
| <a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" width="12px" alt="rss" class="rssicon"> Subscribe to RSS feed</a> | <a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/header_rss.svg" alt="rss" class="rssicon"> Subscribe to RSS feed</a>
| <a href="https://github.com/bitcoin-dot-org/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a> | <a href="https://github.com/bitcoin-dot-org/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a>
| <a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a> | <a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a>
</div> </div>

View file

@ -8,7 +8,7 @@ lang: en
<link rel="alternate" type="application/atom+xml" href="/en/rss/blog.xml" title="Bitcoin.org Site Blog"> <link rel="alternate" type="application/atom+xml" href="/en/rss/blog.xml" title="Bitcoin.org Site Blog">
<div class="subhead-links"><a href="/en/blog">Blog home</a> <div class="subhead-links"><a href="/en/blog">Blog home</a>
| <a type="application/atom+xml" href="/en/rss/blog.xml"><img src="/img/icons/icon_rss.svg" width="12px" alt="rss" class="rssicon"> Subscribe to RSS feed</a> | <a type="application/atom+xml" href="/en/rss/blog.xml"><img src="/img/icons/header_rss.svg" alt="rss" class="rssicon"> Subscribe to RSS feed</a>
| <a href="https://github.com/bitcoin-dot-org/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a> | <a href="https://github.com/bitcoin-dot-org/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a>
| <a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a></div> | <a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a></div>

View file

@ -970,6 +970,10 @@ br.clear {
.subhead-links { .subhead-links {
font-size: 85%; font-size: 85%;
} }
.subhead-links img {
width: 12px;
height: 12px;
}
div.post { div.post {
max-width: 40em; max-width: 40em;

BIN
img/icons/header_rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

13
img/icons/header_rss.svg Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="12" height="12" id="svg2995" version="1.1">
<defs id="defs2997"/>
<metadata id="metadata3000"/>
<g id="layer1" transform="translate(0,-1040.3622)">
<g id="g4235" transform="matrix(0.55374474,0,0,0.55237578,-0.09957068,471.11958)">
<rect ry="4.38" y="1031.04" x="0.68" height="20.72" width="20.67" id="rect3003" style="fill-rule:evenodd;fill:#f7931a;stroke:#f7931a"/>
<circle r="2.1" cy="1046.83" cx="5.72" id="path4952" style="fill-opacity:0.94;fill:#fff"/>
<path id="path4956" d="m12 1048.93c0.04-3.14-0.73-4.81-2.07-6.19-1.34-1.38-2.99-2.41-6.31-2.34M17.34 1048.94" style="fill:none;stroke-miterlimit:4;stroke-opacity:0.94;stroke-width:3;stroke:#fff"/>
<path id="path4956-5" d="m17.34 1048.94c0.03-3.16-0.2-6.1-3.43-9.75-3.23-3.65-6.97-4.12-10.28-4.08" style="fill:none;stroke-miterlimit:4;stroke-opacity:0.94;stroke-width:3;stroke:#fff"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB