Cross browser - stop text wrap in ff
authorAbigail Cabunoc <abigail.cabunoc@oicr.on.ca>
Mon, 2 Jun 2014 13:24:52 +0000 (09:24 -0400)
committerRaniere Silva <raniere@ime.unicamp.br>
Mon, 2 Jun 2014 14:01:06 +0000 (11:01 -0300)
* #462

swc-bootstrap.css

index 2190a4ff50997ad687607e66b0bd389df3f30a30..9ffe368976032697f6ae23fb9acd33372b10756f 100644 (file)
@@ -127,6 +127,8 @@ blockquote p {
   transition:0.5s;
   width:100%;
   margin: 0 auto;
+  white-space: nowrap;
+  z-index:10;
 }
 
 #github-ribbon a:hover {