diff theme.css @ 7:7ab6b48122af

Add support for content in Atom and improve published display.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 02 Nov 2011 09:35:46 -0700
parents 2e2a2154efbb
children
line wrap: on
line diff
--- a/theme.css
+++ b/theme.css
@@ -13,6 +13,10 @@ body {
 	display: none;
 }
 
+img, video {
+	max-width: 540px;
+}
+
 a {
 	color: #999;
 	text-decoration: none;