Skip to content

Commit e9e1f65

Browse files
committed
Merge pull request dart-archive#4 from alanjoyce/rev1
a few cleanup fixes (article cleanup, navbar fix, font import)
2 parents c08df0c + fa08208 commit e9e1f65

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

src/site/_includes/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<!-- Custom styles for this template -->
2323
<link href="/css/dart-style.css" rel="stylesheet">
2424
<link href="/css/prettify.css" type="text/css" rel="stylesheet" />
25+
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
26+
<link href="//fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
2527
{% if page.header and page.header.css %}{% for css in page.header.css %}<link href="{{ css }}" rel="stylesheet" type="text/css">{% endfor %}{% endif %}
2628
{% for author in page.rel.author %}<link rel="author" href="/authors/{{ author }}.html">{% endfor %}
2729
{% if page.rel.me %}<link rel="me" href="{{ page.rel.me }}">{% endif %}

src/site/articles/web-ui/index.markdown

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,7 @@ that will contain the running version of the code sample.
4040
{% iframeprefix example/ %}
4141
{% endcodesampleSetup %}
4242

43-
{% include toc.html %}
44-
45-
{::options parse_block_html="true" /}
46-
<div class="jumbotron">
47-
<h1> Introducing Polymer.dart </h1>
48-
<p markdown="1">
49-
[Polymer.dart](/polymer-dart/), the next evolution of Web UI, has
50-
better debugging,
51-
faster development, and closer spec alignment.
52-
</p>
53-
</div>
54-
{::options parse_block_html="false" /}
43+
{% include toc.html %}
5544

5645
# {{ page.title }}
5746

src/site/css/dart-style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/* ***** Fonts ***** */
2-
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
3-
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
4-
51

62
body {
73
font-family: 'Roboto', sans-serif;
@@ -220,7 +216,7 @@ i.icon-close-x {
220216
color: #464646;
221217
}
222218

223-
.navbar-inverse .navbar-nav>li>a:hover {
219+
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
224220
color: #000;
225221
}
226222

src/site/tools/dartium/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1> {{page.title}} </h1>
3232
see <a href="/tools/">Tools for Dart</a>.
3333
</p>
3434

35-
<aside class="alert">
35+
<aside class="alert alert-warning">
3636
<strong>Warning:</strong>
3737
This browser is a technical preview,
3838
and it might have security and stability issues.

0 commit comments

Comments
 (0)