Skip to content

Commit

Permalink
fix icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
tontof committed Sep 11, 2013
1 parent 396c615 commit 8bfc4c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion style/orangina-rouge/user.css
Expand Up @@ -8,7 +8,7 @@
* http://orangina-rouge.org (CC-0)
*/

.menu-ico {
.menu-ico:before {
display: inline-block;
}

Expand Down
5 changes: 1 addition & 4 deletions style/p3ter/user.css
Expand Up @@ -16,7 +16,7 @@
padding: 0;
}

.menu-ico {
.menu-ico:before {
display: inline-block;
}

Expand Down Expand Up @@ -154,6 +154,3 @@ li.item-list {
.item-content {
margin-bottom: 20px;
}
.menu-ico:before {
display: inline-block;
}
2 changes: 1 addition & 1 deletion style/pierre/user.css
Expand Up @@ -31,7 +31,7 @@ a:hover{
padding: 0;
}

.menu-ico {
.menu-ico:before {
display: inline-block;
}

Expand Down

0 comments on commit 8bfc4c4

Please sign in to comment.