Fixed iframe, object, embed-related issues.

This commit is contained in:
RyanBateman 2012-10-05 16:05:11 -04:00
parent 4c03bb6ce6
commit 1779b25a80
2 changed files with 3 additions and 12 deletions

View file

@ -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"

View file

@ -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;