moved body style to existing css file (#896)
This commit is contained in:
Родитель
5431639ce2
Коммит
e09fc71c9e
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
width: 400px;
|
||||
min-height: 150px;
|
||||
}
|
||||
|
||||
#editdialog input {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<script src="third-party/jquery-1.12.4.js"></script>
|
||||
<script src="third-party/jquery-ui-1.12.1.js"></script>
|
||||
</head>
|
||||
<body style="width: 400px">
|
||||
<body>
|
||||
<div>Search Bookmarks: <input id="search" /></div>
|
||||
<div id="bookmarks"></div>
|
||||
<div id="editdialog"></div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче