Make tables wider
authorRaniere Silva <raniere@rgaiacs.com>
Sat, 18 Feb 2017 17:56:38 +0000 (17:56 +0000)
committerRaniere Silva <raniere@rgaiacs.com>
Sat, 18 Feb 2017 17:56:38 +0000 (17:56 +0000)
Close https://github.com/swcarpentry/styles/issues/101.

assets/css/bootstrap.css

index 46ba03ef1a4bf61d2154fd63ecabdae2e9d1a18d..0fe7cd5b0691346e33701966678e767200ef9bb9 100644 (file)
@@ -2263,7 +2263,7 @@ th {
   text-align: left;
 }
 .table {
-  /* width: 100%; -- CHANGE -- */
+  width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
 }