Browse Source

updated the float stylesheet

master
manetta 3 years ago
parent
commit
03e662e33b
  1. 24
      LogBot/stylesheets/float.css

24
LogBot/stylesheets/float.css

@ -6,35 +6,31 @@ body {
margin: 1em 1em 3em 1em;
background-color: #eeebeb;
font-family: "font", serif;
font-size: 125%;
font-size: 16px;
line-height: 1.6;
}
.post {
margin: 1.5em 2em;
max-width: 350px;
margin: 1.5em 1em;
float: left;
}
.post p.key {
float: left;
margin: 0 1em;
font-size: small;
line-height: 0.5;
margin: 2em 0 1em 5em;
font-size: 12px;
}
.post p.message {
float: left;
max-width: 350px;
margin: -0.6em 0;
margin: 0;
}
img,
iframe,
audio,
video {
max-width: 350px;
max-width: 100%;
height: auto;
clear: both;
margin: 0.4em 0;
margin: 0;
}
hr{
clear: both;
padding: 4em 0 0 0;
iframe{
height: 440px;
}
Loading…
Cancel
Save