Update common.css
- Feed header: Overwrite removed, pixel size adapted to device types
This commit is contained in:
parent
0d05b37297
commit
f0d3eae17a
@ -180,11 +180,6 @@ h4 { font-size: 1.2em }
|
||||
margin: .5em 0 0 0
|
||||
}
|
||||
|
||||
#head a img.feed {
|
||||
float: right;
|
||||
margin: 0px !IMPORTANT;
|
||||
height: 16px
|
||||
}
|
||||
|
||||
/* ===== DIV CONTAINER "MAIN" ===== */
|
||||
#outer-container {
|
||||
@ -245,6 +240,12 @@ h4 { font-size: 1.2em }
|
||||
width: 100%;
|
||||
height: 180px !IMPORTANT
|
||||
}
|
||||
|
||||
#head a img.feed {
|
||||
float: right;
|
||||
margin: 0px;
|
||||
height: 14px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) { /* Smartphone landscape and Tablet */
|
||||
@ -272,6 +273,8 @@ h4 { font-size: 1.2em }
|
||||
.bbcode_video.right { float: right !IMPORTANT; margin: 0.5em 0.5em 1em 1em }
|
||||
|
||||
.bbcode_video.left { float: left !IMPORTANT; margin: 0.5em 1em 1em 0.5em }
|
||||
|
||||
#head a img.feed { height: 16px }
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) { /* Laptop and small Desktop-PC */
|
||||
@ -358,6 +361,12 @@ h4 { font-size: 1.2em }
|
||||
}
|
||||
|
||||
.bbcode_video.nofloat { text-align: center }
|
||||
|
||||
#head a img.feed {
|
||||
float: right;
|
||||
margin: 0px;
|
||||
height: 10px
|
||||
}
|
||||
}
|
||||
|
||||
#main p { line-height: 1.4em; margin-top: 1em }
|
||||
|
Loading…
x
Reference in New Issue
Block a user