Changeset 12312
- Timestamp:
- Jul 19, 2009, 9:54:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/web/css/backend.css
r12056 r12312 31 31 32 32 #menu { 33 margin-left: 10px;34 33 position: fixed; 34 top: 40px; 35 left: 10px; 35 36 width: 200px; 36 37 line-height: 150%; 37 38 padding-top: 10px; 39 } 40 * html #header, 41 * html #menu { 42 position: absolute; 38 43 } 39 44 … … 166 171 margin: 0 6px 0 6px; 167 172 } 173 174 * html { 175 overflow-x: hidden; 176 }
Note: See TracChangeset
for help on using the changeset viewer.