Team:Oxford

From 2014.igem.org

(Difference between revisions)
m (Disabling the horizontal scroll bar for the social sidebar. ~josefnpat)
Line 5: Line 5:
   @import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300italic,400,300);
   @import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300italic,400,300);
 +
 +
  /* Enforce a lack of horizontal scrollbar so that the social section doesn't mess with the viewport. */
 +
  html, body {
 +
    max-width: 100%;
 +
    overflow-x: hidden;
 +
  }
   body {
   body {

Revision as of 20:57, 2 September 2014