Skip to content

Commit

Permalink
Added a better looking horizontal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
roryg committed Jan 21, 2014
1 parent ee431b2 commit 901bcde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ pre {
margin: 0 0 40px;
padding: 15px 20px; }

hr {
border: none;
border-bottom: 1px dotted #303030;
margin: 45px 0; }

table {
margin-bottom: 40px;
width: 100%; }
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ pre {
padding: 15px 20px;
}

hr {
border: none;
border-bottom: 1px dotted #303030;
margin: 45px 0;
}

table {
margin-bottom:40px;
width: 100%;
Expand Down

0 comments on commit 901bcde

Please sign in to comment.