Changeset 49114 in spip-zone
- Timestamp:
- Jun 27, 2011, 10:05:36 PM (10 years ago)
- Location:
- _squelettes_/svp_skel
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/svp_skel/css/svp_habillage.css
r49090 r49114 2 2 .liste.branches {float: left;} 3 3 .branches .liste-items {border-top: 0;} 4 .branches .liste-items .item {padding: 0 0 0 22px; border-bottom: 0; font-weight: bold; background: url(" ../prive/themes/spip/images/branche_ok-16.gif") no-repeat left center;}4 .branches .liste-items .item {padding: 0 0 0 22px; border-bottom: 0; font-weight: bold; background: url("img/branche_ok-16.gif") no-repeat left center;} 5 5 .branches .liste-items .item:hover {background-color: transparent;} 6 6 -
_squelettes_/svp_skel/svpskel_pipelines.php
r49090 r49114 8 8 * @return $flux 9 9 */ 10 function svp _insert_head_css($flux) {10 function svpskel_insert_head_css($flux) { 11 11 if ($f = find_in_path('css/svp_habillage.css')) { 12 12 $flux .= '<link rel="stylesheet" href="'.direction_css($f).'" type="text/css" media="all" />';
Note: See TracChangeset
for help on using the changeset viewer.