Changeset 61067 in spip-zone
- Timestamp:
- May 7, 2012, 9:31:39 AM (9 years ago)
- Location:
- _themes_/zpip-1/Californiumite
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/zpip-1/Californiumite/habillage.css
r60017 r61067 194 194 text-decoration: none; 195 195 } 196 #header #padd-subscribed ul li { 197 display: block; 198 list-style-type: none; 199 float: left; 200 margin: 0 0 0 10px; 201 } 202 203 #header #padd-subscribed ul li a { 204 display: block; 205 text-indent: -99999px; 206 width: 16px; 207 height: 16px; 208 background: transparent url('') 0 0 no-repeat; 209 } 210 #header #padd-subscribed ul li.facebook a { 211 background-image: url('img/icon-sn-facebook.png'); 212 } 213 #header #padd-subscribed ul li.twitter a { 214 background-image: url('img/icon-sn-twitter.png'); 215 } 216 #header #padd-subscribed ul li.rss a { 217 background-image: url('img/icon-sn-rss.png'); 218 } 219 #header #padd-subscribed ul li.flickr a { 220 background-image: url('img/icon-sn-flickr.png'); 221 } 222 #header #padd-subscribed { 196 197 #header #tags ul li { 198 display:inline-block; 199 margin: 10px 0 0 10px; 200 } 201 202 #header #tags { 223 203 float: right; 224 204 } 225 226 205 #header .widget-area { 227 206 float: right;
Note: See TracChangeset
for help on using the changeset viewer.