Team:ETH Zurich/Templates/HeaderNew
From 2011.igem.org
(Difference between revisions)
Line 389: | Line 389: | ||
{ | { | ||
/* height: 35px; */ | /* height: 35px; */ | ||
- | + | left: auto; | |
+ | right: auto; | ||
} | } | ||
.navi | .navi | ||
Line 396: | Line 397: | ||
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); | box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); | ||
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */ | -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */ | ||
- | position: relative; | + | /* position: relative; */ |
border-bottom-left-radius: 15px; | border-bottom-left-radius: 15px; | ||
border-bottom-right-radius: 15px; | border-bottom-right-radius: 15px; | ||
Line 405: | Line 406: | ||
position: fixed; | position: fixed; | ||
top:0; | top:0; | ||
- | |||
} | } | ||