updated the float stylesheet
This commit is contained in:
parent
35b9f4fbe3
commit
03e662e33b
@ -6,35 +6,31 @@ body {
|
|||||||
margin: 1em 1em 3em 1em;
|
margin: 1em 1em 3em 1em;
|
||||||
background-color: #eeebeb;
|
background-color: #eeebeb;
|
||||||
font-family: "font", serif;
|
font-family: "font", serif;
|
||||||
font-size: 125%;
|
font-size: 16px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
.post {
|
.post {
|
||||||
margin: 1.5em 2em;
|
max-width: 350px;
|
||||||
|
margin: 1.5em 1em;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.post p.key {
|
.post p.key {
|
||||||
float: left;
|
margin: 2em 0 1em 5em;
|
||||||
margin: 0 1em;
|
font-size: 12px;
|
||||||
font-size: small;
|
|
||||||
line-height: 0.5;
|
|
||||||
}
|
}
|
||||||
.post p.message {
|
.post p.message {
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 350px;
|
margin: 0;
|
||||||
margin: -0.6em 0;
|
|
||||||
}
|
}
|
||||||
img,
|
img,
|
||||||
iframe,
|
iframe,
|
||||||
audio,
|
audio,
|
||||||
video {
|
video {
|
||||||
max-width: 350px;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0.4em 0;
|
margin: 0;
|
||||||
|
}
|
||||||
|
iframe{
|
||||||
|
height: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr{
|
|
||||||
clear: both;
|
|
||||||
padding: 4em 0 0 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user