Improve CSS
This commit is contained in:
parent
985054a750
commit
3f896ec4e5
@ -428,15 +428,17 @@ nav .active a {
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
|
||||||
|
|
||||||
.item p,
|
|
||||||
.item li {
|
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item pre {
|
||||||
|
font-family: "Lucida Console", Monaco, monospace;
|
||||||
|
font-size: 0.85em;
|
||||||
|
line-height: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
.item h2,
|
.item h2,
|
||||||
.item h3 {
|
.item h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -457,10 +459,8 @@ nav .active a {
|
|||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item img {
|
.item p img {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -514,7 +514,7 @@ nav .active a {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.downloading img {
|
span.downloading img {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user