Small document style tweaks

This commit is contained in:
Jori Lallo
2016-09-02 17:44:27 -07:00
parent 0565727825
commit a3ba9cd6f6
3 changed files with 9 additions and 2 deletions

View File

@@ -28,4 +28,8 @@
margin: 0;
}
}
}
pre {
box-shadow: 1px 1px 1px #f5f5f5;
}
}

View File

@@ -16,6 +16,8 @@
padding: 0 20px;
z-index: 1;
background: #fff;
height: $headerHeight;
border-bottom: 1px solid #eee;

View File

@@ -86,12 +86,13 @@ blockquote {
margin-left: 0;
}
hr {
width: 75%;
margin-top: 1.5em;
margin-bottom: 1.5em;
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
border-bottom-color: #eee;
}
*[role=button] {
cursor: pointer;