Marc exposit (Talk | contribs) |
Marc exposit (Talk | contribs) |
||
Line 50: | Line 50: | ||
<link rel="stylesheet" href="https://2018.igem.org/Template:BioIQS-Barcelona/css/adaptwiki?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2018.igem.org/Template:BioIQS-Barcelona/css/adaptwiki?action=raw&ctype=text/css"> | ||
+ | <style> | ||
+ | .cuttheword { | ||
+ | /* To cut the long names of the images */ | ||
+ | /* These are technically the same, but use both */ | ||
+ | overflow-wrap: break-word; | ||
+ | word-wrap: break-word; | ||
+ | |||
+ | -ms-word-break: break-all; | ||
+ | /* Instead use this non-standard one: */ | ||
+ | word-break: break-word; | ||
+ | |||
+ | /* Adds a hyphen where the word breaks, if supported (No Blink) */ | ||
+ | -ms-hyphens: auto; | ||
+ | -moz-hyphens: auto; | ||
+ | -webkit-hyphens: auto; | ||
+ | hyphens: auto; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<!--Added MathJax hack to make inline equations work--> | <!--Added MathJax hack to make inline equations work--> | ||
Line 87: | Line 106: | ||
<div class="row"> | <div class="row"> | ||
<div class="col-md-9 mx-auto"> | <div class="col-md-9 mx-auto"> | ||
− | <h2 class="section-heading orange">Achievements of our project</h2> | + | <h2 class="section-heading orange" id="cuttheword">Achievements of our project</h2> |
</div> | </div> |
Revision as of 17:50, 17 December 2018