@@ -1,4 +1,4 @@ |
||
| 1 |
-<div class="container-fluid"> |
|
| 1 |
+<div class="container-fluid" style="width: 100%;"> |
|
| 2 | 2 |
<div class="row-fluid"> |
| 3 | 3 |
<div class="span8"> |
| 4 | 4 |
<div class="hover_trick"></div> |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 |
|
| 37 | 37 |
<%= javascript_include_tag "application" %> |
| 38 | 38 |
</head> |
| 39 |
- <body style="background: black;"> |
|
| 39 |
+ <body style="background: black; max-width: 96%;"> |
|
| 40 | 40 |
|
| 41 | 41 |
<%= bootstrap_flash %> |
| 42 | 42 |
<%= yield %> |