comparison theme.css @ 2:eb5b6d3ab09b

Better import of ns and jid; fix email and missing ns.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 13 Jul 2011 13:11:54 +0200
parents 82905edac9d8
children 2e2a2154efbb
comparison
equal deleted inserted replaced
1:82905edac9d8 2:eb5b6d3ab09b
84 font-size: 1.5em; 84 font-size: 1.5em;
85 font-weight: normal; 85 font-weight: normal;
86 color: #999; 86 color: #999;
87 white-space: nowrap; 87 white-space: nowrap;
88 overflow: hidden; 88 overflow: hidden;
89 text-overflow: ellipsis;
89 } 90 }
90 91
91 body > section > div > article > aside { 92 body > section > div > article > aside {
92 float: right; 93 float: right;
93 } 94 }