Difference between revisions of "Team:EPF Lausanne/Test/css"
Line 236: | Line 236: | ||
font-size: 18px; | font-size: 18px; | ||
font-weight: 500; | font-weight: 500; | ||
+ | } | ||
+ | /* ========================================================================== | ||
+ | Media Queries | ||
+ | ========================================================================== */ | ||
+ | ul.affix { | ||
+ | position: fixed; | ||
+ | top: 20px; | ||
+ | width: 25%; | ||
+ | margin-right: 30px; | ||
+ | padding-top: 50px; | ||
+ | margin-bottom: 40px; | ||
+ | } | ||
+ | ul.affix-top { | ||
+ | position: static; | ||
+ | } | ||
+ | ul.affix-bottom { | ||
+ | width: inherit; | ||
+ | position: absolute; | ||
+ | top: auto; | ||
} | } | ||
/* ========================================================================== | /* ========================================================================== |
Revision as of 14:09, 18 August 2015