Changeset 806
- Timestamp:
- 04/28/06 03:24:41 (2 years ago)
- Files:
-
- mochikit.com/trunk/include/css/layout.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit.com/trunk/include/css/layout.css
r659 r806 18 18 19 19 #header h1 { background: url("../../images/i_logo.gif"); width: 186px; height: 146px; float: left; } 20 #header h1 a { height: 146px; }20 #header h1 a { height: 146px; text-decoration: none; } 21 21 #download { background: url("../../images/b_download.gif"); width: 151px; height: 36px; float: right; margin: 59px 0 18px; } 22 #download a { height: 36px; }22 #download a { height: 36px; text-decoration: none; } 23 23 #donate { float: right; margin: 59px 8px 0 18px; } 24 24 #header ul { margin: 0; padding: 0; clear: right; float: right; width: 500px; text-align: right; } … … 39 39 40 40 #footer #legal { float: left; } 41 #footer #legal a { background-image: url("../../images/icon_mochimedia.gif"); width: 94px; height: 16px; margin-bottom: .5em; }41 #footer #legal a { background-image: url("../../images/icon_mochimedia.gif"); width: 94px; height: 16px; margin-bottom: .5em; text-decoration: none; } 42 42 43 43 #footer #footnav { float: right; text-align: right; }
