Added table header row styling, made code blocks horizontally scrollbable fixed …
…link popup on firefox
Showing
3 changed files
with
7 additions
and
2 deletions
| ... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
| 100 | background-color: #FFF; | 100 | background-color: #FFF; |
| 101 | border: 1px solid #DDD; | 101 | border: 1px solid #DDD; |
| 102 | color: #666; | 102 | color: #666; |
| 103 | - width: 180px; | 103 | + width: 172px; |
| 104 | z-index: 40; | 104 | z-index: 40; |
| 105 | } | 105 | } |
| 106 | input, button { | 106 | input, button { | ... | ... |
| ... | @@ -115,7 +115,8 @@ pre { | ... | @@ -115,7 +115,8 @@ pre { |
| 115 | box-shadow: 0 1px 2px 0px rgba(10, 10, 10, 0.06); | 115 | box-shadow: 0 1px 2px 0px rgba(10, 10, 10, 0.06); |
| 116 | border: 1px solid rgba(221, 221, 221, 0.66); | 116 | border: 1px solid rgba(221, 221, 221, 0.66); |
| 117 | background-color: #fdf6e3; | 117 | background-color: #fdf6e3; |
| 118 | - padding: 0.5em; | 118 | + padding: $-s; |
| 119 | + overflow-x: scroll; | ||
| 119 | } | 120 | } |
| 120 | 121 | ||
| 121 | blockquote { | 122 | blockquote { | ... | ... |
-
Please register or sign in to post a comment