Changeset 108395 in spip-zone
- Timestamp:
- Jan 8, 2018, 9:46:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/boussole.spip.net/squelettes/boussole_topnav.css
r108356 r108395 18 18 .menu_container { margin-bottom: 0; height: 40px; clear: both; float: left; position: absolute; top: 0; left: 0; } 19 19 .menu_container.full_width { width: 100%; } 20 .menu_container > ul { list-style: none outside none; margin: 0; padding: 0 1.5em; position: relative; width: 100%; height: inherit; }20 .menu_container > ul { list-style: none outside none; margin: 0; padding: 0 1.5em; position: relative; width: 100%; height: inherit; box-sizing:border-box; } 21 21 .menu_container > ul > li { float: left; padding: 0; margin: 0; text-align: left; background: none; transition: background-color 200ms linear 0s; } 22 .menu_container > ul > li > a { padding: 0 7px 0 17px; line-height: 40px; vertical-align: middle; color: #ffffff; text-decoration: none; text-shadow: none; font-size: 15px; font-family: Georgia,Cambria,"Times New Roman",Times,serif; }22 .menu_container > ul > li > a { padding: 0 7px 0 17px; line-height: 40px; vertical-align: middle; color: #ffffff; text-decoration: none; text-shadow: none; font-size: 15px; font-family: Georgia,Cambria,"Times New Roman",Times,serif; display: inline-block; } 23 23 .menu_container > ul > li > a > img { vertical-align: middle; } 24 24 .menu_container > ul > li.right { float: right; }
Note: See TracChangeset
for help on using the changeset viewer.