mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Fixes for code,pre
This commit is contained in:
parent
60722fa138
commit
18a92b266a
10
dist/chota.css
vendored
10
dist/chota.css
vendored
@ -105,15 +105,23 @@ code,
|
||||
kbd {
|
||||
padding: 0 0.4rem;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
white-space: pre-wrap;
|
||||
border-radius: 4px;
|
||||
color: #c62424;
|
||||
padding: 0.2em 0.4em;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f7f7f7;
|
||||
font-size: 1em;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background: none;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline;
|
||||
|
2
dist/chota.min.css
vendored
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -105,15 +105,23 @@ code,
|
||||
kbd {
|
||||
padding: 0 0.4rem;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
white-space: pre-wrap;
|
||||
border-radius: 4px;
|
||||
color: #c62424;
|
||||
padding: 0.2em 0.4em;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f7f7f7;
|
||||
font-size: 1em;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background: none;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline;
|
||||
|
@ -210,6 +210,7 @@
|
||||
P Q R S T U V W X Y Z [ \ ] ^ _
|
||||
` a b c d e f g h i j k l m n o
|
||||
p q r s t u v w x y z { | } ~ </pre>
|
||||
<pre><code><h2>Pre-formatted text</h2></code></pre>
|
||||
</div>
|
||||
<footer>
|
||||
<p><a href="#top">[Top]</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user