Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
dd81a21c
Commit
dd81a21c
authored
Apr 13, 2016
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small change to the generated dartdoc styles (#3290)
parent
e1aaf39f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
939 additions
and
932 deletions
+939
-932
styles.html
dev/docs/styles.html
+7
-0
icons.dart
packages/flutter/lib/src/material/icons.dart
+932
-932
No files found.
dev/docs/styles.html
View file @
dd81a21c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
color
:
#111
;
color
:
#111
;
background-color
:
#fdfdfd
;
background-color
:
#fdfdfd
;
font-weight
:
300
;
font-weight
:
300
;
-webkit-font-smoothing
:
auto
;
}
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
...
@@ -99,6 +100,12 @@
...
@@ -99,6 +100,12 @@
footer
p
{
footer
p
{
color
:
#828282
;
color
:
#828282
;
}
}
/* Line the material icons up with their labels */
i
.material-icons.md-36
,
i
.material-icons.md-48
{
vertical-align
:
bottom
;
}
</style>
</style>
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
...
...
packages/flutter/lib/src/material/icons.dart
View file @
dd81a21c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment