~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to static/css/libravatar.css

  • Committer: Francois Marier
  • Date: 2011-12-04 07:13:18 UTC
  • Revision ID: git-v1:0499f896e7dff5cedd92ede59af720e36691e25d
Run all static PNG files through "advpng -z -4"

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
  color: #6D6D6D;
141
141
}
142
142
 
143
 
#sponsors { 
144
 
  position: relative;
145
 
  height: 96px;
146
 
}
147
 
 
148
 
#sponsors li {
149
 
  background-image: url("../img/sponsors.png");
150
 
  height: 96px;
151
 
  width: 96px;
152
 
  list-style: none;
153
 
  position: absolute;
154
 
}
155
 
 
156
 
#sponsors li a {
157
 
  height: 96px;
158
 
  width: 96px;
159
 
  display: block;
160
 
}
161
 
 
162
 
#branchable-logo {
163
 
  background-position: 0px 0px;
164
 
  left: 96px;
165
 
}
166
 
 
167
 
#braawi-logo {
168
 
  background-position: 96px 0px;
169
 
  left: 0px;
170
 
}
171
 
 
172
143
.avatar-chooser {
173
144
  float: left;
174
145
}