Added table header row styling, made code blocks horizontally scrollbable fixed link popup on firefox

This commit is contained in:
Dan Brown 2016-02-22 20:18:08 +00:00
parent 3a58e37838
commit c86a122d80
3 changed files with 7 additions and 2 deletions

View File

@ -100,7 +100,7 @@
background-color: #FFF;
border: 1px solid #DDD;
color: #666;
width: 180px;
width: 172px;
z-index: 40;
}
input, button {

View File

@ -20,4 +20,8 @@ table.table {
table {
max-width: 100%;
thead {
background-color: #F8F8F8;
font-weight: 500;
}
}

View File

@ -115,7 +115,8 @@ pre {
box-shadow: 0 1px 2px 0px rgba(10, 10, 10, 0.06);
border: 1px solid rgba(221, 221, 221, 0.66);
background-color: #fdf6e3;
padding: 0.5em;
padding: $-s;
overflow-x: scroll;
}
blockquote {