SideBySide2: Decrease width for laptops

The display was 64px too wide. Shrink widths to fit on laptop.

Change-Id: Ib62f813de84a93c533048c727c44a354cfe52257
This commit is contained in:
Shawn Pearce
2013-10-10 11:25:24 -07:00
committed by Michael Zhou
parent 545cca262e
commit 41e7159a75
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ limitations under the License.
<ui:style>
.header {
position: relative;
width: 1484px;
min-width: 1484px;
width: 1420px;
min-width: 1420px;
}
.reviewed input {
margin: 0;