Small document style tweaks
This commit is contained in:
@@ -28,4 +28,8 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
box-shadow: 1px 1px 1px #f5f5f5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
padding: 0 20px;
|
||||
|
||||
z-index: 1;
|
||||
background: #fff;
|
||||
height: $headerHeight;
|
||||
border-bottom: 1px solid #eee;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user