mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
c1761e7bca
- Updated lots and lots and lots of CSS - Changed all link colors from orange to black and underlined - Made site more accessible across the board - Seriously, look at all the pages and tell me it's not awesomer - Updated relevant HTML in pages to accomodate - Changed en.yml Developer Guides translated string to yes (why was it not already?) - Added images to the Using Monero page for wicked sick purposes
14 lines
No EOL
367 B
HTML
14 lines
No EOL
367 B
HTML
---
|
|
layout: base
|
|
---
|
|
<div class="site-wrap">
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full guides">
|
|
<div class="info-block text-adapt">
|
|
<div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
</div> |