~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to styles/Clear/Contents/Resources/Variants/No_avatars.css

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.IncomingBody2
 
2
{
 
3
        min-height: 0;
 
4
        padding-bottom: 7px;
 
5
}
 
6
 
 
7
.inUserPicture
 
8
{
 
9
        display: none;
 
10
        float: none;
 
11
}
 
12
 
 
13
.OutgoingBody2
 
14
{
 
15
        min-height: 0;
 
16
        padding-bottom: 7px;
 
17
}
 
18
 
 
19
.outUserPicture
 
20
{
 
21
        display: none;
 
22
        float: none;
 
23
}