Skip to content

Commit

Permalink
fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jun 4, 2012
1 parent d668632 commit 2b69e93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/openwebicons-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
[class^="icon-epub-colored"]:before, [class^=" icon-epub-colored"]:before,
[class^="icon-qr"]:before, [class^=" icon-qr"]:before,
[class^="icon-opengraph"]:before, [class^=" icon-opengraph"]:before,
[class^="icon-opengraph"]:before, [class^=" icon-opengraph"]:before,
[class^="icon-foaf"]:before, [class^=" icon-foaf"]:before,
[class^="icon-open-web"]:before, [class^=" icon-open-web"]:before {
font-family: 'OpenWeb Icons';
Expand Down Expand Up @@ -100,11 +101,11 @@

.icon-semantics:before { content: "\f019"; }

.icon-foaf:before { content: "\f020"; }
.icon-opengraph:before { content: "\f020"; }

.icon-epub:before { content: "\f021"; }
.icon-epub-colored:before { content: "\f021"; color: #85b916; }

.icon-qr:before { content: "\f022"; }

.icon-opengraph:before { content: "\f023"; }
.icon-foaf:before { content: "\f023"; }
4 changes: 2 additions & 2 deletions css/openwebicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ a [class^="icon-"], a [class*=" icon-"] {

.icon-semantics:before { content: "\f019"; }

.icon-foaf:before { content: "\f020"; }
.icon-opengraph:before { content: "\f020"; }

.icon-epub:before { content: "\f021"; }
.icon-epub-colored:before { content: "\f021"; color: #85b916; }

.icon-qr:before { content: "\f022"; }

.icon-opengraph:before { content: "\f023"; }
.icon-foaf:before { content: "\f023"; }

0 comments on commit 2b69e93

Please sign in to comment.