mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Cleanup custom CSS.
This commit is contained in:
parent
ca952f2f9e
commit
34a84fdd42
1 changed files with 11 additions and 13 deletions
|
@ -7,33 +7,31 @@ body {
|
|||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.NB-story {
|
||||
max-width: 100%;
|
||||
.NB-story, .NB-youtube-player {
|
||||
max-width: 100% !important;
|
||||
height: auto !important;
|
||||
max-height: none !important;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p, div, table {
|
||||
line-height: 1.5em;
|
||||
clear: both;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
p, a, table, img, video, embed, object, iframe, div, figure, dl, dt {
|
||||
width: auto !important;
|
||||
max-width: 100% !important;
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
height: auto !important;
|
||||
max-height: none !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0.6em !important;
|
||||
}
|
||||
|
||||
img, video, embed, object, iframe, div, figure, dl, dt {
|
||||
width: auto !important;
|
||||
max-width: 100% !important;
|
||||
height: auto !important;
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue