Team:St Andrews/Template:StAndrewsIgemStyle
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | ul.thumb-grid li { | |
float: left; | float: left; | ||
width: 15%; | width: 15%; | ||
margin: 0 5% 5% 0; | margin: 0 5% 5% 0; | ||
} | } | ||
- | + | ul.thumb-grid li:nth-child(5n) { | |
margin-right: 0; | margin-right: 0; | ||
} | } | ||
- | + | ul.thumb-grid li a img { | |
width: 100%; | width: 100%; | ||
} | } |
Revision as of 13:58, 6 June 2012
ul.thumb-grid li { float: left; width: 15%; margin: 0 5% 5% 0; } ul.thumb-grid li:nth-child(5n) { margin-right: 0; } ul.thumb-grid li a img { width: 100%; }
- contentSub {
display:none; }
- p-logo {
display:none; }
- siteSub {
display:none; }
- search-controls {
display:none; }
.firstHeading { display:none; }
/* Thanks DTU-Denmark 2011 for this! */ /* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fik the links (default is 400px) */
- menubar {
width: auto;}
@media (max-width: 979px) .navbar-fixed-top, .navbar-fixed-bottom { position: fixed;