Orient images using EXIF in Firefox and increase margin between top bar and content
This commit is contained in:
parent
4b66d79f98
commit
9716372fca
@ -4,12 +4,22 @@ div.sidearrows{
|
|||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
td{
|
image-orientation: from-image;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* boardlist gets all scrunched on small screens */
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
header, img.board_image {
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 700px) {
|
||||||
|
header, img.board_image {
|
||||||
|
margin-top: 3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
max-width: 100%!important;
|
max-width: 100%!important;
|
||||||
@ -244,7 +254,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin: 2em 0;
|
margin: 3em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -371,7 +381,7 @@ div.banner a:hover {
|
|||||||
img.banner,img.board_image {
|
img.banner,img.board_image {
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid #a9a9a9;
|
border: 1px solid #a9a9a9;
|
||||||
margin: 12px auto 0 auto;
|
margin: 3em auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-image {
|
.post-image {
|
||||||
|
Loading…
Reference in New Issue
Block a user