Minor css improvements

This commit is contained in:
Frederic Guillot 2015-01-12 19:59:17 -05:00
parent 84078bb2a5
commit bea3c7a29a
1 changed files with 7 additions and 3 deletions

View File

@ -65,7 +65,7 @@ blockquote {
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
color: #777;
color: #888;
line-height: 1.4em;
font-family: Georgia, serif;
}
@ -114,10 +114,10 @@ th {
}
pre, code {
background: #f0f0f0;
background: #fcfcfc;
border: 1px solid #ccc;
font-family: monospace;
color: brown;
color: #666;
line-height: 1.3em;
border-radius: 5px;
}
@ -547,6 +547,10 @@ nav .active a {
margin-left: 25px;
}
#item-content {
font-size: 1.1em;
}
#item-content[dir="rtl"] blockquote {
border-right: 4px solid #ddd;
border-left: none;