OLD | NEW |
---|---|
(Empty) | |
1 /* | |
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
3 Use of this source code is governed by a BSD-style license that can be | |
4 found in the LICENSE file. | |
5 */ | |
6 | |
7 body { | |
8 /* Remove body margin as the general tabpanels do not have outer border. */ | |
9 margin: 0; | |
Evan Stade
2011/12/01 22:09:07
I'm not sure I agree with this change
bshe
2011/12/01 22:29:39
The reason I made this change is to make the tab b
| |
10 } | |
OLD | NEW |