Skip to content

Commit e09fc71

Browse files
moved body style to existing css file (GoogleChrome#896)
1 parent 5431639 commit e09fc71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
body {
2+
width: 400px;
3+
min-height: 150px;
4+
}
5+
16
#editdialog input {
27
width: 100%;
38
}

functional-samples/sample.bookmarks/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="third-party/jquery-1.12.4.js"></script>
88
<script src="third-party/jquery-ui-1.12.1.js"></script>
99
</head>
10-
<body style="width: 400px">
10+
<body>
1111
<div>Search Bookmarks: <input id="search" /></div>
1212
<div id="bookmarks"></div>
1313
<div id="editdialog"></div>

0 commit comments

Comments
 (0)