Line 75: | Line 75: | ||
Take a look in your browsers devtools to see which selectors you need to overwrite them to what you like. | Take a look in your browsers devtools to see which selectors you need to overwrite them to what you like. | ||
*/ | */ | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin-left: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | /* | ||
+ | Here I suggest some other modifications: | ||
#content { | #content { | ||
margin-top: -17px; | margin-top: -17px; | ||
Line 89: | Line 96: | ||
} | } | ||
+ | Also you can do something with the iGEM menu. Although it is against the regulations, most teams make it disappear, and make it available on hover. | ||
+ | This menu is available with the selectors #igem_menu_under and #igem_menu_14, if I am correct. | ||
+ | */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> |
Revision as of 12:31, 27 July 2017