Skip to content

Commit 2679283

Browse files
committed
Fix images being bigger than DetailFragment width.
Remove margin from specific tags and move margin to #content div.
1 parent 8b0c77d commit 2679283

File tree

1 file changed

+4
-4
lines changed
  • News-Android-App/src/main/assets

1 file changed

+4
-4
lines changed

News-Android-App/src/main/assets/web.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ body, blockquote, img, iframe, video, div, table, tbody, tr, td, pre, code, bloc
2424
width: auto !important;
2525
height: auto !important;
2626
max-width: 100% !important;
27-
28-
margin-left: 4px;
29-
margin-right: 4px;
3027
}
3128

3229
span {
@@ -105,17 +102,20 @@ a {
105102
#top_section {
106103
padding: 2px;
107104
padding-left: 6px;
105+
padding-right: 6px;
108106
margin: 0px;
109107

110108
}
111109

112110
#content {
113111
margin-top:5px;
112+
margin-left: 4px;
113+
margin-right: 4px;
114114
line-height: 1.5em !important;
115115
}
116116

117117
#imgFavicon {
118-
margin-left:-3px;
118+
margin-right: 4px;
119119
vertical-align:middle;
120120
margin-bottom:2px;
121121
width:16px !important;

0 commit comments

Comments
 (0)