Skip to content

Commit

Permalink
Merge pull request #703 from mooreInteractive/fix-show-language-styles
Browse files Browse the repository at this point in the history
add reset styles to show-language plugin due to style overwriting for…
  • Loading branch information
Golmote committed Aug 20, 2015
2 parents 776ab90 + 7f21d43 commit 08dd500
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/show-language/prism-show-language.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,23 @@ pre[class*='language-'][data-language]::before {
background-color: #CFCFCF;
display: inline-block;
position: absolute;
bottom: auto;
left: auto;
top: 0;
right: 0;
width: auto;
height: auto;
font-size: 0.9em;
border-radius: 0 0 0 5px;
padding: 0 0.5em;
text-shadow: none;
z-index: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

0 comments on commit 08dd500

Please sign in to comment.