File tree Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 22
22
<!-- Custom styles for this template -->
23
23
< link href ="/css/dart-style.css " rel ="stylesheet ">
24
24
< 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 ">
25
27
{% if page.header and page.header.css %}{% for css in page.header.css %}< link href ="{{ css }} " rel ="stylesheet " type ="text/css "> {% endfor %}{% endif %}
26
28
{% for author in page.rel.author %}< link rel ="author " href ="/authors/{{ author }}.html "> {% endfor %}
27
29
{% if page.rel.me %}< link rel ="me " href ="{{ page.rel.me }} "> {% endif %}
Original file line number Diff line number Diff line change @@ -40,18 +40,7 @@ that will contain the running version of the code sample.
40
40
{% iframeprefix example/ %}
41
41
{% endcodesampleSetup %}
42
42
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 %}
55
44
56
45
# {{ page.title }}
57
46
Original file line number Diff line number Diff line change 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
-
5
1
6
2
body {
7
3
font-family : 'Roboto' , sans-serif;
@@ -220,7 +216,7 @@ i.icon-close-x {
220
216
color : # 464646 ;
221
217
}
222
218
223
- .navbar-inverse .navbar-nav > li > a : hover {
219
+ .navbar-inverse .navbar-nav > li > a : hover , . navbar-inverse . navbar-nav > li > a : focus {
224
220
color : # 000 ;
225
221
}
226
222
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1> {{page.title}} </h1>
32
32
see < a href ="/tools/ "> Tools for Dart</ a > .
33
33
</ p >
34
34
35
- < aside class ="alert ">
35
+ < aside class ="alert alert-warning ">
36
36
< strong > Warning:</ strong >
37
37
This browser is a technical preview,
38
38
and it might have security and stability issues.
You can’t perform that action at this time.
0 commit comments