mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixed iframe, object, embed-related issues.
This commit is contained in:
parent
4c03bb6ce6
commit
1779b25a80
2 changed files with 3 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.newsblur"
|
||||
android:versionCode="19"
|
||||
android:versionName="0.9.63" >
|
||||
android:versionCode="20"
|
||||
android:versionName="0.9.65" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -6,20 +6,11 @@ p {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
img {
|
||||
img, video, embed, object, iframe {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
embed {
|
||||
width: 75%;
|
||||
height: 75%;
|
||||
}
|
||||
|
||||
object {
|
||||
width: 75%;
|
||||
height: 75%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #405BA8;
|
||||
|
|
Loading…
Add table
Reference in a new issue