mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Merge branch 'hotfix/minor-fixes'
This commit is contained in:
commit
5129833e43
4 changed files with 3458 additions and 695 deletions
|
@ -30,8 +30,6 @@
|
|||
|
||||
<!-- For all browsers -->
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
||||
<!-- Animations -->
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/animate.css">
|
||||
<!-- Webfonts -->
|
||||
<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% for link in site.links %}
|
||||
<li><a href="{{ site.url }}{{ link.url }}">{{ link.title }}</a></li>
|
||||
{% endfor %}
|
||||
<li><a href="http://feeds.feedburner.com/MadeMistakes" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a>
|
||||
<li><a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a>
|
||||
</ul>
|
||||
</nav>
|
||||
</div><!-- /.navigation-wrapper -->
|
||||
|
|
4023
assets/css/main.css
4023
assets/css/main.css
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,6 @@
|
|||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
.hll { background-color: #ffffcc }
|
||||
.c { color: #999988; font-style: italic } /* Comment */
|
||||
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
|
@ -69,3 +68,4 @@
|
|||
.vg { color: #008080 } /* Name.Variable.Global */
|
||||
.vi { color: #008080 } /* Name.Variable.Instance */
|
||||
.il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||
}
|
Loading…
Reference in a new issue