comparison 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
comparison
equal deleted inserted replaced
6:29becdd02dea 7:7ab6b48122af
9 line-height: 1.5em; 9 line-height: 1.5em;
10 } 10 }
11 11
12 *[hidden] { 12 *[hidden] {
13 display: none; 13 display: none;
14 }
15
16 img, video {
17 max-width: 540px;
14 } 18 }
15 19
16 a { 20 a {
17 color: #999; 21 color: #999;
18 text-decoration: none; 22 text-decoration: none;