Changeset 4544
- Timestamp:
- Aug 19, 2010, 2:17:58 AM (11 years ago)
- Location:
- web/trunk/trac/htdocs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/libcaca.css
r4543 r4544 275 275 margin-top: 10px; 276 276 } 277 .ohloh { 278 background: transparent url(ohloh.png) no-repeat left top; 277 .ohloh, ohloh2 { 278 background-position:left top; 279 background-repeat: no-repeat; 279 280 display: block; 280 281 height: 10px; 281 282 padding-top: 121px; 282 z-index: 10; 283 } 284 283 } 284 .ohloh { 285 background: transparent url(ohloh.png) no-repeat left top; 286 } 287 .ohloh2 { 288 background-image: url(ohloh2.png); 289 } 285 290 /* == FORMS == */ 286 291
Note: See TracChangeset
for help on using the changeset viewer.