Update css
This commit is contained in:
parent
278eabd149
commit
409f466a88
|
@ -36,13 +36,17 @@ h1, h2, h3, h4, h5, h6 {
|
|||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
img.resize{
|
||||
width: 90%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
float: right;
|
||||
float: center;
|
||||
clear: right;
|
||||
padding: 10px;
|
||||
margin: 20px;
|
||||
border: solid 1px #888;
|
||||
box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7);
|
||||
border: solid 0px #888;
|
||||
}
|
||||
|
||||
p, li, dd, dt, blockquote, span {
|
||||
|
|
Loading…
Reference in New Issue