Changeset 3976
- Timestamp:
- 23 Feb 2009, 18:15:16 (16 years ago)
- Location:
- WAeUP_Moodle/acreen/akademie
- Files:
-
- 3 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/acreen/akademie/fw_color.css
r3974 r3976 136 136 .logo { 137 137 color: #00aa4f; 138 border-color: #48ca97; 139 border-color: #808080; 140 141 138 142 } 139 143 … … 144 148 #header { 145 149 background-color: #FFFFFF; 146 color: #000000 150 color: #000000; 147 151 } 148 152 -
WAeUP_Moodle/acreen/akademie/fw_layout.css
r3974 r3976 121 121 122 122 .logo { 123 padding:10px; 124 border-top:10px; 123 padding:0px; 124 border-top:0px; 125 border-width:0px; 126 border-style:solid; 125 127 } 126 128 … … 134 136 135 137 #header { 136 height: 60px;138 height:50px; 137 139 border-width:0px; 138 140 border-style:solid; 139 141 padding: 0px; 140 padding-left: 6px;142 padding-left:1px; 141 143 } 142 144 -
WAeUP_Moodle/acreen/akademie/header.html
r3974 r3976 28 28 ?> 29 29 <div id="header" class="clearfix"> 30 <h1 class="headermain"><img alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header.png' /></h1>30 <h1 class="headermain"><img class="logo" alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header.jpg' /></h1> 31 31 <div class="headermenu"><?php echo $menu ?></div> 32 32 </div>
Note: See TracChangeset for help on using the changeset viewer.