mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Remove optimizeLegibility and display:inline-block
Fixes fish-shell/fish-site/issues/34. These make the inline commands illegible on Android Chrome: respectively, overlapped with other text, and smaller than the body text.
This commit is contained in:
parent
f3e93f0666
commit
386c698d45
1 changed files with 0 additions and 6 deletions
|
@ -9,7 +9,6 @@ html, body {
|
|||
color: #111;
|
||||
}
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
overflow: hidden;
|
||||
}
|
||||
.logo {
|
||||
|
@ -96,9 +95,6 @@ a { color: #3d5cb3; }
|
|||
.fish_right_bar ul li {
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
.fish_right_bar p > code {
|
||||
display: inline-block;
|
||||
}
|
||||
/* Typography */
|
||||
p { margin: 1rem 0; }
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
@ -271,5 +267,3 @@ tt, code, pre, .fish {
|
|||
position: absolute;
|
||||
left: -2rem;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue