Skip to content

Commit

Permalink
Merge branch 'issue-4105' of https://github.com/sallakarppinen/3akai-ux
Browse files Browse the repository at this point in the history
… into issue-4105
  • Loading branch information
Nicolaas Matthijs committed Jun 2, 2016
2 parents 4236ef6 + f843fad commit 3005633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/oae/css/oae.base.css
Expand Up @@ -909,11 +909,11 @@ ul.as-list li.as-result-item.active {
}

.oae-markdown-embedded table th {
background-color: transparent;
background-color: #FFF;
border-bottom: 1px solid #999;
border-top: 1px solid #ECECEC;
font-weight: bolder;
padding: 10px 0;
padding: 10px;
}

.oae-markdown-embedded table td {
Expand All @@ -922,6 +922,6 @@ ul.as-list li.as-result-item.active {
padding: 6px 20px 6px 0;
}

.oae-markdown-embedded table tr:nth-child(odd) {
.oae-markdown-embedded table tr:nth-child(even) {
background-color: #ECECEC;
}

0 comments on commit 3005633

Please sign in to comment.