Skip to content

Commit

Permalink
Pre css border was a bit weird (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1n63 authored and peterebden committed Jan 9, 2017
1 parent 9bb64f0 commit 18c003b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ h1, h2, h3, h4 {
}
pre {
border: 1px #00FFA9 solid;
border-right: 0px #00FFA9 solid;
border-radius: 3px;
padding: 2px;
margin-right: -3px;
padding: 5px 5px 5px 2px;
color: white;
overflow-y: hidden;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
:not(pre) > code {
border: 1px #666666 solid;
Expand Down Expand Up @@ -160,7 +157,8 @@ hr {

/* Main body */
.body {
margin-left: 10%;
padding-left: 10%;
overflow-x: hidden;
}
.body h1 {
padding: 5em 0;
Expand Down

0 comments on commit 18c003b

Please sign in to comment.