Skip to content

Commit

Permalink
fixed dataportability icon and added odata
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Sep 29, 2012
1 parent 95ee692 commit 3786295
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 10 deletions.
7 changes: 6 additions & 1 deletion css/openwebicons-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
[class^="icon-cc-share"]:before, [class^=" icon-cc-share"]:before,
[class^="icon-cc-remix"]:before, [class^=" icon-cc-remix"]:before,
[class^="icon-open-web"]:before, [class^=" icon-open-web"]:before,
[class^="icon-persona"]:before, [class^=" icon-persona"]:before {
[class^="icon-persona"]:before, [class^=" icon-persona"]:before,
[class^="icon-odata"]:before, [class^=" icon-odata"]:before,
[class^="icon-odata-colored"]:before, [class^=" icon-odata-colored"]:before {
font-family: 'OpenWeb Icons';
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -137,6 +139,9 @@

.icon-persona:before { content: "\f027"; }

.icon-odata:before { content: "\f028"; }
.icon-odata-colored:before { content: "\f028"; color: #EA680B; }

.icon-cc:before { content: "\f080"; }
.icon-cc-by:before { content: "\f081"; }
.icon-cc-nc:before { content: "\f082"; }
Expand Down
3 changes: 3 additions & 0 deletions css/openwebicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ a [class^="icon-"], a [class*=" icon-"] {

.icon-persona:before { content: "\f027"; }

.icon-odata:before { content: "\f028"; }
.icon-odata-colored:before { content: "\f028"; color: #EA680B; }

.icon-cc:before { content: "\f080"; }
.icon-cc-by:before { content: "\f081"; }
.icon-cc-nc:before { content: "\f082"; }
Expand Down
Binary file modified font/openwebicons.eot
Binary file not shown.
5 changes: 3 additions & 2 deletions font/openwebicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified font/openwebicons.ttf
Binary file not shown.
Binary file modified font/openwebicons.woff
Binary file not shown.
Loading

0 comments on commit 3786295

Please sign in to comment.