View difference between Paste ID: V6LRNhSS and 0zNkpsUn
SHOW: | | - or go back to the newest paste.
1
/*
2
Assign this CSS code to AOL Web Reader for better look
3
If you are in Google Chrome, you can use Personalized Web for that: 
4
https://chrome.google.com/webstore/detail/personalized-web/plcnnpdmhobdfbponjpedobekiogmbco
5
*/
6
7
/* full width images */
8
.article-item-full .article-content, .article-item-view .article-content {
9
	max-width: none!important;
10
}
11
12
/* make videos wider */
13
.article-body iframe {
14
	max-width: 900px !important;
15
	width: 900px !important;
16
	height: 500px !important;
17
}
18
19
/* limit text width for readabilty */
20
.article-content p,
21
h2.article-title,
22
.article-body blockquote {
23
	max-width: 600px;
24
}