Minor css improvements
This commit is contained in:
parent
84078bb2a5
commit
bea3c7a29a
@ -65,7 +65,7 @@ blockquote {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
color: #777;
|
color: #888;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
}
|
}
|
||||||
@ -114,10 +114,10 @@ th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
background: #f0f0f0;
|
background: #fcfcfc;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: brown;
|
color: #666;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
@ -547,6 +547,10 @@ nav .active a {
|
|||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#item-content {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
#item-content[dir="rtl"] blockquote {
|
#item-content[dir="rtl"] blockquote {
|
||||||
border-right: 4px solid #ddd;
|
border-right: 4px solid #ddd;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user