Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(css): add missing selector prefix
Adds missing .elgg-table-alt prefix to th elements
  • Loading branch information
hypeJunction committed Jan 23, 2015
1 parent 74a53e7 commit af3f003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/css/admin.php
Expand Up @@ -409,7 +409,7 @@
background-color: #eee;
font-weight: bold;
}
.elgg-table-alt td, th {
.elgg-table-alt td, .elgg-table-alt th {
padding: 2px 4px;
border-bottom: 1px solid #ccc;
}
Expand Down

0 comments on commit af3f003

Please sign in to comment.