Changeset 4024 for WAeUP_Moodle/acreen/akademie/fw_layout.css
- Timestamp:
- 25 Mar 2009, 07:58:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/acreen/akademie/fw_layout.css
r4015 r4024 36 36 37 37 #navlist { 38 float: left;38 float:right; 39 39 list-style-type:none; 40 margin:0 ;40 margin:0px 0px 8px 0px; 41 41 padding:0px; 42 width: 180px;42 width:284px; 43 43 } 44 44 … … 46 46 #navlist li a { 47 47 float:left; 48 margin: 2.6px;48 margin:1.0px; 49 49 padding:1px 1px 1px 1px; 50 50 text-align:center; 51 51 text-decoration:none; 52 width: 80px;52 width:65px; 53 53 } 54 54 #navlist li a:hover { … … 157 157 border-style:solid; 158 158 padding-left:6px; 159 background-image:url(logo_header_main.jpg); 160 background-repeat:no-repeat; 161 background-position:7px 0px; 159 162 } 160 163
Note: See TracChangeset for help on using the changeset viewer.